getDescStats | R Documentation |
Calculates descriptive statistics (mean, median, standard deviation, minumum, maximum, and n)
getDescStats(data, variable)
data |
A data frame |
variable |
A column with a numerical variable of interest |
A dataframe with descriptive statistics
getDescStats(iris, Sepal.Length)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.