| logLik.lcc | R Documentation | 
lcc ObjectIf REML=TRUE, the default, returns the
restricted log-likelihood value of the linear mixed-effects model;
else the log-likelihood value
## S3 method for class 'lcc'
logLik(object, ..., REML)
object | 
 an object inheriting from class   | 
... | 
 further arguments passed to   | 
REML | 
 an optional logical value.  If   | 
See methods for nlme objects to get more
details.
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br
lcc, summary.lcc
## Not run: 
fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean",
         method = "Method", time = "Time", qf = 2, qr = 2)
logLik(fm1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.