R/CreateArgFunctions.R
createGetDbIctpdDataArgs.Rd
Create a parameter object for the function getDbIctpdData
createGetDbIctpdDataArgs(
controlPeriodStart = -1080,
controlPeriodEnd = -361,
riskPeriodStart = 1,
riskPeriodEnd = 30,
censor = FALSE
)
start of the control period - can be set between -99999 and 0, default is -1080.
end of the control period - can be set between -99999 and 0, default is -361.
start of the risk period - can be set between 0 and 99999, default is 1.
end of the risk period - can be set between 0 and 99999, default is 30.
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.
Create an object defining the parameter values.