View source: R/print_mcmlrts.R
logLik.rtsFit | R Documentation |
Extracts the final log-likelihood value from an rtsFit object. Only returns a value for maximum likelihood model fits, otherwise it produces an error.
## S3 method for class 'rtsFit'
logLik(object, ...)
object |
An |
... |
Further arguments passed from other methods |
An object of class logLik
for maximum likelihood model fits, otherwise it returns an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.