Calculate the Log Likelihood
logLik.manylm.Rd
Calculate the log likelihood of a multivariate linear model.
Arguments
- object
a
manylm
object from which a log-likelihood value should be extracted.- ...
some methods for this function require additional arguments.
- REML
an optional logical value. If
TRUE
the restricted log-likelihood is returned, else, ifFALSE
, the log-likelihood is returned. Defaults toFALSE
.
Details
It is assumed that the scale has been estimated (by maximum likelihood or REML), and all the constants in the log-likelihood are included.