print.varFunc: Print a varFunc Object

View source: R/varFunc.R

print.varFuncR Documentation

Print a varFunc Object

Description

The class and the coefficients associated with x are printed.

Usage

## S3 method for class 'varFunc'
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.

Author(s)

José Pinheiro and Douglas Bates bates@stat.wisc.edu

See Also

summary.varFunc

Examples

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

nlme documentation built on Nov. 27, 2023, 5:09 p.m.

Related to print.varFunc in nlme...