runDirectMethod | R Documentation |
Convenience function to simulate the direct method for the specified subset
runDirectMethod(tableTCs = NULL, N = 120, cutoffZ = 5)
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 |
(data frame) with computed performance measures
Tatjana Ammer tatjana.ammer@roche.com
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.