Description Usage Arguments Value
Summarise columns of a data.frame using a single measure.
1 | summariseStats(data, split.col, stat.cols, measure = c("MAD", "MAE", "RMSE"))
|
data |
The data.frame to summarise |
split.col |
Name of the column used to split the dataset |
stat.cols |
Names of the columns to summarise. If this vector is named those names will be used in the output. |
measure |
The measure to use for summarisation. |
data.frame with the summarised measure, scaled and ranked
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.