tabulateMetrics: (Calibration Performance) Tabulate Ranking

Description Usage Arguments Details Value Examples

Description

Tabulate Ranking Of calibation models. Used internally by other functions.

Usage

1
tabulateMetrics(metrics, groupingby, ...)

Arguments

metrics

A list represented by the output of calcPMs.

...

Further arguments. Currently limited to rank.method, which is sent to calcRanks.

Details

This function calls calcRanks and organizes the ouput for comparing performance metric specific ranking of calibration models. The argument metrics is a list and is to be taken from the output of calcPMs.

Value

A list, with length equal to the number of ranking methods chosen.

Examples

1
2
3
4
## Not run: 
ranks.list <- tabulateMetrics(metrics = metrics, groupingby = groupingby, rank.method)

## End(Not run)

MichaelFolkes/ctctools documentation built on May 7, 2019, 4:56 p.m.