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

View source: R/methods.R

print.summary.lccR Documentation

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

## Not run: 
fm1 <- lcc(data = hue, subject = "Fruit", resp = "H_mean",
           method = "Method", time = "Time", qf = 2, qr = 2)
print(summary(fm1, type = "model"))

## End(Not run)


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