nlme (version 3.1-145)

print.varFunc: Print a varFunc Object

Description

The class and the coefficients associated with x are printed.

Usage

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

See Also

summary.varFunc

Examples

Run this code
# NOT RUN {
vf1 <- varPower(0.3, form = ~age)
vf1 <- Initialize(vf1, Orthodont)
print(vf1)
# }

Run the code above in your browser using DataCamp Workspace