lcc (version 1.1.0)

print.lcc: Print an lcc Object

Description

Prints information about the longitudinal concordance correlation represented by an object of class lcc. The returned object has a print method.

Usage

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

Arguments

x

an object inheriting from class lcc, representing a fitted longitudinal concordance correlation function.

digits

a non-null value for digits specifies the minimum number of significant digits to be printed in values. The default, NULL.

...

further arguments passed to {print}.

Value

an object inheriting from class print.lcc.

See Also

lcc, summary.lcc

Examples

Run this code
# NOT RUN {
## Second degree polynomial model with random intercept, slope and
## quadratic term
fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean",
         method = "Method", time = "Time", qf = 2, qr = 2)
print(fm1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab