print.anova.lcc {lcc} | R Documentation |
Print the Anova of an lcc
Object
Description
Method print for the anova.lcc
.
Usage
## S3 method for class 'anova.lcc'
print(x, verbose, ...)
Arguments
x |
an object inheriting from class
|
verbose |
an optional logical value used to control the amount
of printed output. If |
... |
further arguments passed to |
Details
Modified from anova.lme
. For more details see
methods for nlme
.
Value
Return no 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(anova(fm1))
## End(Not run)
[Package lcc version 1.1.4 Index]