powered by
lcc
Extract Log-Likelihood of an lcc Object
# S3 method for lcc logLik(object, ..., REML)
If REML=TRUE, the default, returns the restricted log-likelihood value of the linear mixed-effects model; else the log-likelihood value
REML=TRUE
an object inheriting from class lcc, representing a fitted longitudinal concordance correlation function.
further arguments passed to logLik.
logLik
an optional logical value. If TRUE the restricted log-likelihood is returned, else, if FALSE, the log-likelihood is returned.
TRUE
FALSE
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br
See methods for nlme objects to get more details.
nlme
lcc, summary.lcc
summary.lcc
if (FALSE) { fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean", method = "Method", time = "Time", qf = 2, qr = 2) logLik(fm1) }
Run the code above in your browser using DataLab