View source: R/ScriDataConversion.R
createScriIntervalData | R Documentation |
Create Self-Controlled Risk Interval (SCRI) era data
createScriIntervalData(
studyPopulation,
sccsData,
eraCovariateSettings,
controlIntervalSettings
)
studyPopulation |
An object created using the |
sccsData |
An object of type SccsData as created using the getDbSccsData function. |
eraCovariateSettings |
Either an object of type |
controlIntervalSettings |
An object of type |
This function creates interval data according to the elf-Controlled Risk Interval (SCRI) design.
Unlike the generic SCCS design, where all patient time is used to establish a background rate,
in the SCRI design a specific control interval (relative to the exposure) needs to be defined.
The final model will only include time that is either part of the risk interval (defined using
the eraCovariateSettings
argument, or the control interval (defined using controlIntervalSettings
).
An object of type SccsIntervalData.
Greene SK, Kulldorff M, Lewis EM, Li R, Yin R, Weintraub ES, Fireman BH, Lieu TA, Nordin JD, Glanz JM, Baxter R, Jacobsen SJ, Broder KR, Lee GM. Near real-time surveillance for influenza vaccine safety: proof-of-concept in the Vaccine Safety Datalink Project. Am J Epidemiol. 2010 Jan 15;171(2):177-88. doi: 10.1093/aje/kwp345.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.