View source: R/SccsDataConversion.R
createSccsIntervalData | R Documentation |
Create SCCS era data
createSccsIntervalData(studyPopulation, sccsData, createSccsIntervalDataArgs)
studyPopulation |
An object created using the |
sccsData |
An object of type SccsData as created using the getDbSccsData function. |
createSccsIntervalDataArgs |
An object of type |
This function creates covariates based on the data in the sccsData
argument, according to the
provided settings. It chops patient time into periods during which all covariates remain constant.
The output details these periods, their durations, and a sparse representation of the covariate
values.
An object of type SccsIntervalData
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.