powered by
lcc
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.
# S3 method for summary.lcc print(x, verbose = FALSE, digits = NULL, ...)
An object of class summary.lcc, representing a summarized longitudinal concordance correlation function.
summary.lcc
Logical value to control the amount of printed output for model details. Defaults to FALSE.
FALSE
Specifies the minimum number of significant digits to be printed in values. Default is NULL.
NULL
Further arguments passed to print.
print
summary.lcc, lccPlot, lcc
lccPlot
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