View source: R/DetailedCovariateSettings.R
createDetailedTemporalCovariateSettings | R Documentation |
Create detailed temporal covariate settings
createDetailedTemporalCovariateSettings( analyses = list(), temporalStartDays = -365:-1, temporalEndDays = -365:-1 )
analyses |
A list of analysis detail objects as created using
|
temporalStartDays |
A list of integers representing the start of a time period, relative to the index date. 0 indicates the index date, -1 indicates the day before the index date, etc. The start day is included in the time period. |
temporalEndDays |
A list of integers representing the end of a time period, relative to the index date. 0 indicates the index date, -1 indicates the day before the index date, etc. The end day is included in the time period. |
creates an object specifying in detail how temporal covariates should be contructed from data in the CDM model. Warning: this function is for advanced users only.
An object of type covariateSettings
, to be used in other functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.