ooiLikelihoods {EvidenceSynthesis} | R Documentation |
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
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
data("ooiLikelihoods")
ooiLikEx <- ooiLikelihoods[["5"]][[1]]
plot(value ~ point, data = ooiLikEx)
[Package EvidenceSynthesis version 0.5.0 Index]