summary_vars {nestedcv} | R Documentation |
Summarise variables
Description
Summarise variables
Usage
summary_vars(x)
Arguments
x |
Matrix or dataframe with variables in columns |
Value
A matrix with variables in rows and mean, median and SD for each
variable or number of levels if the variable is a factor. If NA
are
detected, an extra column n.NA
is added with the numbers of NA
for each
variable.
[Package nestedcv version 0.7.9 Index]