Learn R Programming

EvidenceSynthesis (version 0.5.0)

ooiLikelihoods: Example profile likelihoods for a synthetic outcome of interest

Description

A list that contain profile likelihoods for a synthetic outcome of interest. They are extracted from a real-world observational healthcare database, with the likelihoods profiled using adaptive grids using the Cyclops package.

Usage

ooiLikelihoods

Arguments

Format

An objects of class list; the list contains 12 lists, where each list includes several dataframes with column point and value for adaptive grid profile likelihoods.

References

Schuemie et al. (2022). Vaccine safety surveillance using routinely collected healthcare data—an empirical evaluation of epidemiological designs. Frontiers in Pharmacology.

Examples

Run this code
data("ooiLikelihoods")
ooiLikEx <- ooiLikelihoods[["5"]][[1]]
# \donttest{
plot(value ~ point, data = ooiLikEx)
# }

Run the code above in your browser using DataLab