Using Descriptive Statistics to Analyze Data in R
By the end of this project, you will create a data quality report file (exported to Excel in CSV format) from a dataset loaded in R, a free, open-source program that you can download. You will learn how to use the following descriptive statistical metrics in order to describe a dataset and how to calculate them in basic R with no additional libraries.
- minimum value
- maximum value
- average value
- standard deviation
- total number of values
- missing values
- unique values
- data types
You will then learn how to record the statistical metrics for each column of a dataset using a custom f…
Watch on Coursera ↗
(saves to browser)
DeepCamp AI