Description Usage Arguments Details Examples
Computes numerous descriptive statistics returning a matrix
1  | 
x | 
 A list of variables to compute descriptive statistics for.  | 
... | 
 Statistics to be cacluated.  | 
na.rm | 
 Whether missing values will be removed, defaults to TRUE.  | 
This function takes a list of methods (e.g. mean, variance) and computes these for the list of x variables. The computed statistics are found along the columns and the different variables are found along the rows.
1 2  | ## Example with college football data
data(cfbMinn)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.