Description Usage Arguments Value Examples
Computes log-likelihood for many data samples and specified model.
1 | logLikMulti(model, data, compress = F)
|
data: |
A matrix of data samples compatible with the model. |
model: |
A string containing the model name. |
ic: |
String giving information criterion to use (e.g. 'AICc', 'BIC') |
: A list containing the following:.
1 2 | data = GenerateDataMulti(25, "norm", c(0.3, 1.2), 100)
logLikMulti(data, "norm")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.