logLik.marssMLE | R Documentation |
Returns a logLik class object with attributes nobs and df.
## S3 method for class 'marssMLE'
logLik(object, ...)
object |
A |
... |
Other arguments. Not used. |
An object of class logLik.
Eli Holmes, NOAA, Seattle, USA.
MARSSkf()
dat <- t(harborSeal)
dat <- dat[c(2, 11, 12), ]
MLEobj <- MARSS(dat, model = list(Z = factor(c("WA", "OR", "OR"))))
logLik(MLEobj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.