Summary

In this tutorial we covered how to request descriptive statistics in R

Summary statistics are mostly used for numeric data. If we want to summarize categorical variables, we can use frequency tables. We will have a look at this in the next tutorial of this module.

Back to top