All Projects → briatte → dsr

briatte / dsr

Licence: other
Introduction to Data Science with R (2017)

Programming Languages

r
7636 projects
shell
77523 projects

Projects that are alternatives of or similar to dsr

R
Exercises (incl. analyses) with R language (math+statistics)
Stars: ✭ 462 (+1748%)
Mutual labels:  course, data-analysis
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+5964%)
Mutual labels:  course, data-analysis
Ida
Introduction to Data Analysis, using R (2013)
Stars: ✭ 180 (+620%)
Mutual labels:  course, data-analysis
Statistical Inference BSc
Course materials for Statistical Inference ("Inferência Estatística")
Stars: ✭ 47 (+88%)
Mutual labels:  course
Data-Science-Resources
A guide to getting started with Data Science and ML.
Stars: ✭ 17 (-32%)
Mutual labels:  data-analysis
copulae
Multivariate data modelling with Copulas in Python
Stars: ✭ 96 (+284%)
Mutual labels:  data-analysis
data-analysis
金融市场与体育彩券市场 --- 数据分析与量化交易
Stars: ✭ 73 (+192%)
Mutual labels:  data-analysis
CC33Z
Curso de Ciência da Computação
Stars: ✭ 50 (+100%)
Mutual labels:  data-analysis
evalsp20.classes.andrewheiss.com
🎓 GSU MPA/MPP course on program evaluation and causal inference
Stars: ✭ 22 (-12%)
Mutual labels:  course
mipt-nlp2021
NLP course, MIPT
Stars: ✭ 26 (+4%)
Mutual labels:  course
How-To-Start-A-Startup
"How to Start a Startup" is the Y Combinator class made by real entrepreneurs
Stars: ✭ 55 (+120%)
Mutual labels:  course
nebula
A distributed block-based data storage and compute engine
Stars: ✭ 127 (+408%)
Mutual labels:  data-analysis
JavaScript-Applications
Repository for the JavaScript Applications course @ SoftUni (2015)
Stars: ✭ 24 (-4%)
Mutual labels:  course
Datscan
DatScan is an initiative to build an open-source CMS that will have the capability to solve any problem using data Analysis just with the help of various modules and a vast standardized module library
Stars: ✭ 13 (-48%)
Mutual labels:  data-analysis
transbigdata
A Python package develop for transportation spatio-temporal big data processing, analysis and visualization.
Stars: ✭ 195 (+680%)
Mutual labels:  data-analysis
heidi
heidi : tidy data in Haskell
Stars: ✭ 24 (-4%)
Mutual labels:  data-analysis
pandas-workshop
An introductory workshop on pandas with notebooks and exercises for following along.
Stars: ✭ 161 (+544%)
Mutual labels:  data-analysis
spectrochempy
SpectroChemPy is a framework for processing, analyzing and modeling spectroscopic data for chemistry with Python
Stars: ✭ 34 (+36%)
Mutual labels:  data-analysis
Data-Science-101
Notes and tutorials on how to use python, pandas, seaborn, numpy, matplotlib, scipy for data science.
Stars: ✭ 19 (-24%)
Mutual labels:  data-analysis
python-notebooks
A collection of Jupyter Notebooks used in conferences or just to have some snippets.
Stars: ✭ 14 (-44%)
Mutual labels:  data-analysis

> Introduction to Data Science with R

François Briatte
Spring 2017. Work in progress, not taught right now.

> Syllabus

Participate

For strictly personal questions, email me.

1. Setup

Code

The scripts below are short demos that will give you an idea of what you can accomplish from the command line or from R, using a selection of packages designed for data import/export, manipulation and visualization.

Read

See also

2. Data I/O

Code

The scripts below all show how to use dplyr for data manipulation, readr or readxl for data import, and ggplot2 for plotting. They also show how to use a few more packages that you might find useful.

Read

See also

3. Manipulation

Code

Read

See also

4. Visualization

Code

Read

See also

The links below point to (mostly) ggplot2-related resources, but data visualization is much, much more than that: see the resources listed in awesome-visualization-research and awesome-dataviz.

References

Thanks

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].