powered by
lcc
Prints detailed information about the fitted longitudinal concordance correlation model contained in an lcc object.
# S3 method for lcc print(x, digits = NULL, ...)
The function is used for its side effect of printing and returns the input lcc object invisibly.
An object of class lcc, representing a fitted longitudinal concordance correlation model.
Minimum number of significant digits to be printed in values. Default is NULL, which uses the default precision.
NULL
Further arguments passed to print.
print
lcc, summary.lcc
summary.lcc
if (FALSE) { fm1 <- lcc(data = hue, subject = "Fruit", resp = "H_mean", method = "Method", time = "Time", qf = 2, qr = 2) print(fm1) }
Run the code above in your browser using DataLab