Learn R Programming

EvidenceSynthesis (version 1.0.0)

buildLabelReferences: Build a list of references that map likelihood names to integer labels for later use

Description

Build a list of references that map likelihood names to integer labels for later use

Usage

buildLabelReferences(data)

Arguments

data

The likelihood data. Can be a single approximation, approximations from multiple sites, or (adaptive) grid profile likelihoods.

Examples

Run this code
data("likelihoodProfileLists")
refLabs <- buildLabelReferences(likelihoodProfileLists)

Run the code above in your browser using DataLab