R/LikelihoodApproximation.R
prepareSccsIntervalData.Rd
Prepare SCCS interval data for pooled analysis
prepareSccsIntervalData(sccsIntervalData, covariateId)
An object of type SccsIntervalData
as created using the createSccsIntervalData
function in the OHDSI SelfControlledCaseSeries
package.
The ID of the covariate of interest, for which the estimate will be synthesized. All other covariates will be considered nuisance variables.
A tibble that can be used in the computeBayesianMetaAnalysis()
function.