Learn R Programming

lcc (version 3.2.2)

print.lcc: Print Method for lcc Objects

Description

Prints detailed information about the fitted longitudinal concordance correlation model contained in an lcc object.

Usage

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

Value

The function is used for its side effect of printing and returns the input lcc object invisibly.

Arguments

x

An object of class lcc, representing a fitted longitudinal concordance correlation model.

digits

Minimum number of significant digits to be printed in values. Default is NULL, which uses the default precision.

...

Further arguments passed to print.

See Also

lcc, summary.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(fm1)
}

Run the code above in your browser using DataLab