calcMPEfreq: (Calibration Performance) Frequency counts by MPE bin ranges.

Description Usage Arguments Value Examples

Description

(Calibration Performance) Frequency counts by MPE bin ranges.

Usage

1
2
calcMPEfreq(metrics.arg, results.path = ".", mpe.range.vec = c("abs",
  "neg", "pos"), ...)

Arguments

metrics.arg

A data frame. Output of calcPMs.

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.

mpe.range.vec

A vector

...

Optional arguments.

Value

A csv file for each value in the argument mpe.range.vec.

Examples

1
2
3
4
## Not run: 
calcMPEfreq(metrics, results.path = model.list$results.path, mpe.range.vec = c('pos', 'neg', 'abs'))

## End(Not run)

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