runDirectMethod {RIbench} | R Documentation |
Convenience function to simulate the direct method for the specified subset
Description
Convenience function to simulate the direct method for the specified subset
Usage
runDirectMethod(tableTCs = NULL, N = 120, cutoffZ = 5)
Arguments
tableTCs |
(data frame) containing the pre-defined parameter combinations to generate the simulations |
N |
(integer) specifying the number of samples used as sample size for the direct method, default: 120 |
cutoffZ |
(numeric) specifying if a cutoff should be used to classify results as implausible and exclude from analysis |
Value
(data frame) with computed performance measures
Author(s)
Tatjana Ammer tatjana.ammer@roche.com
Examples
# example to run direct method only for test sets for hemoglobin (Hb)
testsets <- loadTestsetDefinition()
directRes <- runDirectMethod(tableTCs = testsets[testsets$Analyte =="Hb",], N = 120, cutoffZ = 5)
[Package RIbench version 1.0.2 Index]