Statistics Crash Course Day 1

Well this was the class that i took some year back, a three day R studio Tutorial classes.

- Intro To R
- How to use Rstudio
- Mean
- Median
- Mode
- Range
- Quartile Deviation
- Standard Deviation

To View the Datasets available by default

library(help="datasets")

So Basically We are using a Dataset Cars which is by default present in the RStudio which basically consists of 50 rows:

Continue reading “Statistics Crash Course Day 1”