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

https://github.com/tertiarycourses/RStatisticsTraining

Exercise files for R Statistics Essential Training
https://github.com/tertiarycourses/RStatisticsTraining

r r-package r-programming r-stats rstudio

Last synced: 4 months ago
JSON representation

Exercise files for R Statistics Essential Training

Awesome Lists containing this project

README

        

# R Statistics Essential Training
## by [Tertiary Courses](https://www.tertiarycourses.com.sg/)

These are the exercise files used for [R Statistics Essential Training](https://www.tertiarycourses.com.sg/r-statistics-essential-training-in-singapore.html) course.

The course outline can be found in

https://www.tertiarycourses.com.sg/r-statistics-essential-training-in-singapore.html
https://www.tertiarycourses.com.my/r-statistics-essential-training-in-malaysia.html

Module 1. Getting Started



  • What is R

  • Install R and RStudio

  • Explore RStudio Interface

  • Variables


Module 2. Data Types



  • Numbers 

  • Text

  • Vector

  • Matrix

  • Array 

  • Data Frame

  • Factor 

  • List


Module 3. Packages & Data Sets



  • Packages

  • Data Sets


Module 4. File Input/Output



  • Read data from file

  • Read data from web 

  • Write data to file


Module 5. Charts



  • Scatter Plot

  • Boxplot

  • Bar chart

  • Pie chart

  • Histogram


Module 6. Control Structures



  • Conditional

  • Loop

  • Break & Next

  • Operators


Module 7: Function



  • Function Syntax

  • Function Example

  • Function With Default Arguments


Module 8. Statistical Application of R



  • Basic Statistics 

  • Correlation

  • Linear Regression 

  • Multiple Regression

  • 2 Sample T-Test

  • 1 Sample T-Test

  • ANOVA

  • Clustering