Description Usage Arguments Value Methods (by class) Examples
Given a statistical model and some data, this function computes the log-likelihood of the model given the data, i.e., the log-probability of the data under the model.
1 2 3 4 |
model |
an object that describes a statistical model. |
x |
an object that describes data. |
... |
additional arguments. |
The log-likelihood of the model given the data.
model = newmodel,x = matrix
: return the log-likelihood of the nb model.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.