logLik.lcc {lcc} | R Documentation |
Extract Log-Likelihood of an lcc
Object
Description
Extract Log-Likelihood of an lcc
Object
Usage
## S3 method for class 'lcc'
logLik(object, ..., REML)
Arguments
object |
an object inheriting from class |
... |
further arguments passed to |
REML |
an optional logical value. If |
Details
See methods for nlme
objects to get more
details.
Value
If REML=TRUE
, the default, returns the
restricted log-likelihood value of the linear mixed-effects model;
else the log-likelihood value
Author(s)
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br
See Also
Examples
## Not run:
fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean",
method = "Method", time = "Time", qf = 2, qr = 2)
logLik(fm1)
## End(Not run)
[Package lcc version 1.1.4 Index]