An open API service indexing awesome lists of open source software.

https://github.com/bradleyboehmke/r-training-intro

Intro to R training material delivered in a 2 day format
https://github.com/bradleyboehmke/r-training-intro

data-science education r teaching training-materials

Last synced: over 1 year ago
JSON representation

Intro to R training material delivered in a 2 day format

Awesome Lists containing this project

README

          

## Intro to R training material delivered in a 2 day format

**Course Description:** R is one of the fastest growing programming languages and tool of choice for analysts and data scientists. In part, R owes its popularity to its open source distribution and massive user community. In this course, we will help both new and existing R users master the basics of R. There will be an emphasis on using hands on exercises and real world datasets.

Upon successfully completing this course, students will:

* Be up and running with R
* Understand the different types of data R can work with
* Understand the different structures in which R holds data
* Be able Import data into R
* Perform basic data wrangling activities with R
* Compute basic descriptive statistics with R
* Visualize their data with base R and ggplot graphics