powered by
DataModel
Construct DataModel objects from approximate likelihood or profile likelihood data
constructDataModel(data, labelReferences = NULL)
The likelihood data. Can be a single approximation, approximations from multiple sites, or (adaptive) grid profile likelihoods.
Optional parameter that provides a reference list that maps string names to integer indices; only applies to "grid" or "adaptive grip" type of data.
data("likelihoodProfileLists") dataModel <- constructDataModel(likelihoodProfileLists[[1]])
Run the code above in your browser using DataLab