summariseStats: Summarise statistics

Description Usage Arguments Value

View source: R/compare.R

Description

Summarise columns of a data.frame using a single measure.

Usage

1
summariseStats(data, split.col, stat.cols, measure = c("MAD", "MAE", "RMSE"))

Arguments

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.

Value

data.frame with the summarised measure, scaled and ranked


splatter documentation built on Dec. 3, 2020, 2:01 a.m.