Learn R Programming

EvidenceSynthesis (version 0.5.0)

ncLikelihoods: Example profile likelihoods for negative control outcomes

Description

A list that contain profile likelihoods a large set of negative control outcomes. They are extracted from a real-world observational healthcare database, with the likelihoods profiled using adaptive grids using the Cyclops package.

Usage

ncLikelihoods

Arguments

Format

An object of class list containing 12 lists, where each list includes several dataframes ith 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("ncLikelihoods")
ncLikEx <- ncLikelihoods[["5"]][[1]]
# \donttest{
plot(value ~ point, data = ncLikEx)
# }

Run the code above in your browser using DataLab