lcc (version 1.1.4)

print.anova.lcc: Print the Anova of an lcc Object

Description

Method print for the anova.lcc.

Usage

# S3 method for anova.lcc
print(x, verbose, ...)

Value

Return no value, called for side effects

Arguments

x

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

verbose

an optional logical value used to control the amount of printed output. If TRUE, the calling sequences for each fitted model object are printed with the rest of the output, being omitted if verbose = FALSE. Defaults to FALSE.

...

further arguments passed to print.

Author

Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br

Details

Modified from anova.lme. For more details see methods for nlme.

See Also

summary.lcc, lccPlot, lcc

Examples

Run this code

if (FALSE) {
## 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))
}

Run the code above in your browser using DataLab