Learn R Programming

lcc (version 3.2.2)

print.summary.lcc: Print Summary of an lcc Object

Description

Provides a detailed summary of a fitted longitudinal concordance correlation model, including AIC, BIC, log-likelihood, and other relevant statistics. The function supports detailed output for different types of model fits.

Usage

# S3 method for summary.lcc
print(x, verbose = FALSE, digits = NULL, ...)

Arguments

x

An object of class summary.lcc, representing a summarized longitudinal concordance correlation function.

verbose

Logical value to control the amount of printed output for model details. Defaults to FALSE.

digits

Specifies the minimum number of significant digits to be printed in values. Default is NULL.

...

Further arguments passed to print.

See Also

summary.lcc, lccPlot, lcc

Examples

Run this code
if (FALSE) {
fm1 <- lcc(data = hue, subject = "Fruit", resp = "H_mean",
           method = "Method", time = "Time", qf = 2, qr = 2)
print(summary(fm1, type = "model"))
}

Run the code above in your browser using DataLab