View source: R/CreateArgFunctions.R
createGetDbIctpdDataArgs | R Documentation |
Create a parameter object for the function getDbIctpdData
createGetDbIctpdDataArgs(
controlPeriodStart = -1080,
controlPeriodEnd = -361,
riskPeriodStart = 1,
riskPeriodEnd = 30,
censor = FALSE
)
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. |
Create an object defining the parameter values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.