writeCalibrationTable3: (Calibration Performance) Write Table3

Description Usage Arguments Value Examples

Description

Write table 3 as a text file.

Usage

1
writeCalibrationTable3(metrics, ranking.method, results.path = ".", ...)

Arguments

metrics

A list represented by the output of calcPMs.

ranking.method

A character defining the ranking method to apply. The method can be either 'ordinal' or 'interpolated', or both.

results.path

A character vector of length one. The absolute path or path relative to the working directory where a new directory named "results" will be written (if not already present). All output files will be written here. Default is the current working directory.

Value

Writes a csv file.

Examples

1
2
3
4
5
6
7
## Not run: 
### Table 3 export ###
# this creates the text files of tabulated ranks
# writeCalibrationTable3 can handle multiple ranking methods:
writeCalibrationTable3(metrics, ranking, results.path = model.list$results.path, groupingby=model.list$groupingby)

## End(Not run)

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