Description Usage Arguments Details Value Examples
A wrapper to calculate multiple performance measures.
1 2 3 4 |
data.combined |
A dataframe. Output of |
datasubset |
A character vector defining the values from data.type to be selected. |
pm |
A list of performance measures to calculate. |
writecsv |
A Boolean confirming if output should also be written to a csv file. |
This is a convenient wrapper that estimates one or more performance
measures for the data supplied. This function is somewhat specialized for use
on CTC calibration model comparisons (most often against values in the *.fcs files.
The output from the mergeFCSCCC function is what normally would be used for
the argument data.combined.
This function expects data.combined to include columns with names:
calibration, stock, data.type, agegroup, value.fcs, value.ccc.
The latter two columns are, respectively, the data that will be used in the arguments:
expect and obs of the various performance metric functions.
The function returns a dataframe comprising the performance metrics requested,
grouped by calibration, stock, data.type, and agegroup.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.