print.lcc: Print Method for 'lcc' Objects

View source: R/methods.R

print.lccR Documentation

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 class 'lcc'
print(x, digits = NULL, ...)

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.

Value

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

See Also

lcc, summary.lcc

Examples

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

## End(Not run)


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