createGetDbIctpdDataArgs: Create a parameter object for the function getDbIctpdData

View source: R/CreateArgFunctions.R

createGetDbIctpdDataArgsR Documentation

Create a parameter object for the function getDbIctpdData

Description

Create a parameter object for the function getDbIctpdData

Usage

createGetDbIctpdDataArgs(
  controlPeriodStart = -1080,
  controlPeriodEnd = -361,
  riskPeriodStart = 1,
  riskPeriodEnd = 30,
  censor = FALSE
)

Arguments

controlPeriodStart

start of the control period - can be set between -99999 and 0, default is -1080.

controlPeriodEnd

end of the control period - can be set between -99999 and 0, default is -361.

riskPeriodStart

start of the risk period - can be set between 0 and 99999, default is 1.

riskPeriodEnd

end of the risk period - can be set between 0 and 99999, default is 30.

censor

a flag indicating wether the method should censor the observation period at the end of exposure or not. Available input is 0 or 1 with default = 0.

Details

Create an object defining the parameter values.


OHDSI/IcTemporalPatternDiscovery documentation built on Sept. 16, 2022, 1:11 p.m.