Learn R Programming

EvidenceSynthesis (version 1.0.0)

hmaLikelihoodList: Example profile likelihoods for hierarchical meta analysis with bias correction

Description

A list that contains profile likelihoods for two negative control outcomes and a synthetic outcome of interest, across four data sources. Each element of the list contains profile likelihoods for one outcome, where each row provides profile likelihood values (over a grid) from one data source.

Usage

hmaLikelihoodList

Arguments

Format

An objects of class list; the list contains 3 dataframes, where each dataframe includes four rows of likelihood function values corresponding to the points in the column names.

Examples

Run this code
data("hmaLikelihoodList")
hmaLikEx <- hmaLikelihoodList[[1]]
# \donttest{
plot(as.numeric(hmaLikEx[2, ]) ~ as.numeric(names(hmaLikEx)))
# }

Run the code above in your browser using DataLab