print.lcc {lcc} | R Documentation |
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 class 'lcc'
print(x, digits, ...)
Arguments
x |
an object inheriting from class
|
digits |
a non-null value for |
... |
further arguments passed to |
Value
an object inheriting from class print.lcc
.
No return value, called for side effects
Author(s)
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br
See Also
Examples
## 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)
## End(Not run)
[Package lcc version 1.1.4 Index]