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

View source: R/methods.R

logLik.lccR Documentation

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 class '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.

Author(s)

Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br

See Also

lcc, summary.lcc

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)


Prof-ThiagoOliveira/lcc documentation built on Dec. 9, 2023, 12:10 a.m.