lcc (version 1.1.0)

logLik.lcc: Extract Log-Likelihood of an lcc Object

Description

If REML=TRUE, the default, returns the restricted log-likelihood value of the linear mixed-effects model; else the log-likelihood value

Usage

# S3 method for lcc
logLik(object, ..., REML)

Arguments

object

an object inheriting from class lcc, representing a fitted longitudinal concordance correlation function.

...

further arguments passed to logLik.

REML

an optional logical value. If TRUE the restricted log-likelihood is returned, else, if FALSE, the log-likelihood is returned.

Details

See methods for nlme objects to get more details.

See Also

lcc, summary.lcc

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean",
         method = "Method", time = "Time", qf = 2, qr = 2)
logLik(fm1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace