print.summary.varFunc {nlme}R Documentation

Print a summary.varFunc Object

Description

The variance function structure description, the formula and the coefficients associated with x are printed.

Usage

print(x, header, ...)

Arguments

x an object inheriting from class varFunc, representing a variance function structure.
header an optional logical value controlling whether a header should be included with the rest of the output. Defaults to TRUE.
... optional arguments passed to print.default; see the documentation on that method function.

Author(s)

Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates bates@stat.wisc.edu

See Also

summary.varFunc

Examples

data(Orthodont)
vf1 <- varPower(0.3, form = ~age)
vf1 <- Initialize(vf1, Orthodont)
print(summary(vf1))

[Package Contents]