View source: R/LikelihoodApproximation.R
| constructDataModel | R Documentation |
DataModel objects from approximate likelihood or profile likelihood dataConstruct DataModel objects from approximate likelihood or profile likelihood data
constructDataModel(data, labelReferences = NULL)
data |
The likelihood data. Can be a single approximation, approximations from multiple sites, or (adaptive) grid profile likelihoods. |
labelReferences |
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]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.