powered by
Returns a logLik class object with attributes nobs and df.
# S3 method for marssMLE logLik(object, ...)
A marssMLE object.
marssMLE
Other arguments. Not used.
An object of class logLik.
MARSSkf
# NOT RUN { dat <- t(harborSeal) dat <- dat[c(2, 11, 12), ] MLEobj <- MARSS(dat, model = list(Z = factor(c("WA", "OR", "OR")))) logLik(MLEobj) # }
Run the code above in your browser using DataLab