Print a varFunc Object

Usage

print(x, ...)

Arguments

x an object inheriting from class varFunc, representing a variance function structure.
... optional arguments passed to print.default; see the documentation on that method function.

Description

The class and the coefficients associated with x are printed.

Author(s)

Jose Pinheiro and Douglas Bates

See Also

summary.varFunc, print.summary.varFunc

Examples

library(lme)
data(Orthodont)
vf1 <- varPower(0.3, form = ~age)
vf1 <- initialize(vf1, Orthodont)
print(vf1)


[Package Contents]