View source: R/model_s3_functions.R
logLik.Model | R Documentation |
Extracts the log-likelihood value from an 'Model' object. If no data 'y' are specified then it returns NA.
## S3 method for class 'Model'
logLik(object, ...)
object |
An 'Model' object. |
... |
Further arguments passed from other methods |
An object of class 'logLik'. If both 'fixed' and 'covariance' are FALSE then it returns NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.