createTestPhenotypeAlgorithmArgs: Create a parameter object for the function...

View source: R/CreateArgFunctions.R

createTestPhenotypeAlgorithmArgsR Documentation

Create a parameter object for the function testPhenotypeAlgorithm

Description

Create a parameter object for the function testPhenotypeAlgorithm

Usage

createTestPhenotypeAlgorithmArgs(
  cutPoints = c("EV"),
  phenotypeCohortId,
  washoutPeriod = 0,
  splayPrior = 7,
  splayPost = 7
)

Arguments

cutPoints

A list of threshold predictions for the evaluations. Include "EV"for the expected value

phenotypeCohortId

The ID of the cohort to evaluate in the specified cohort table.

washoutPeriod

The mininum required continuous observation time prior to indexdate for subjects within the cohort to test (Default = 0).

splayPrior

The number of days to allow for test phenotype visit date prior to evaluation date

splayPost

The number of days to allow for test phenotype visit date after evaluation date

Details

Create an object defining the parameter values.


OHDSI/PheValuator documentation built on Jan. 28, 2024, 4:05 a.m.