nlme (version 3.1-86)

print.varFunc: Print a varFunc Object

Description

The class and the coefficients associated with x are printed.

Usage

## S3 method for class 'varFunc':
print(x, \dots)

Arguments

See Also

summary.varFunc

Examples

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

Run the code above in your browser using DataLab