Learn R Programming

nlme (version 3.1-31)

print.summary.varFunc: Print a summary.varFunc Object

Description

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

Usage

## S3 method for class 'summary.varFunc':
print(x, header, ...)

Arguments

See Also

summary.varFunc

Examples

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

Run the code above in your browser using DataLab