View source: R/CreateArgFunctions.R
createCreateSccsIntervalDataArgs | R Documentation |
Create a parameter object for the function createSccsIntervalData
createCreateSccsIntervalDataArgs(
eraCovariateSettings,
ageCovariateSettings = NULL,
seasonalityCovariateSettings = NULL,
calendarTimeCovariateSettings = NULL,
minCasesForAgeSeason = NULL,
minCasesForTimeCovariates = 10000,
eventDependentObservation = FALSE
)
eraCovariateSettings |
Either an object of type EraCovariateSettings as created using the createEraCovariateSettings() function, or a list of such objects. |
ageCovariateSettings |
An object of type ageCovariateSettings as created using the createAgeCovariateSettings() function. |
seasonalityCovariateSettings |
An object of type seasonalityCovariateSettings as created using the createSeasonalityCovariateSettings() function. |
calendarTimeCovariateSettings |
An object of type calendarTimeCovariateSettings as created using the createCalendarTimeCovariateSettings() function. |
minCasesForAgeSeason |
DEPRECATED: Use minCasesForTimeCovariates instead. |
minCasesForTimeCovariates |
Minimum number of cases to use to fit age, season and calendar time splines. If needed (and available), cases that are not exposed will be included. |
eventDependentObservation |
Should the extension proposed by Farrington et al. be used to adjust for event-dependent observation time? |
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.