R/CreateArgFunctions.R
createTestPhenotypeAlgorithmArgs.Rd
Create a parameter object for the function testPhenotypeAlgorithm
createTestPhenotypeAlgorithmArgs(
cutPoints = c("EV"),
phenotypeCohortId,
washoutPeriod = 0,
splayPrior = 7,
splayPost = 7
)
A list of threshold predictions for the evaluations. Include "EV"for the expected value
The ID of the cohort to evaluate in the specified cohort table.
The mininum required continuous observation time prior to indexdate for subjects within the cohort to test (Default = 0).
The number of days to allow for test phenotype visit date prior to evaluation date
The number of days to allow for test phenotype visit date after evaluation date
Create an object defining the parameter values.