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
- Host: GitHub
- URL: https://github.com/bradleyboehmke/r-training-intro
- Owner: bradleyboehmke
- Created: 2018-03-16T13:19:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T13:35:14.000Z (over 8 years ago)
- Last Synced: 2025-01-29T18:13:52.136Z (over 1 year ago)
- Topics: data-science, education, r, teaching, training-materials
- Language: R
- Size: 62.2 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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