Print a varFunc Object

DESCRIPTION:

The class and the coefficients associated with x are printed.

USAGE:

print(x, ...) 

REQUIRED ARGUMENTS:

x
an object inheriting from class varFunc, representing a variance function structure.

OPTIONAL ARGUMENTS:

...
optional arguments passed to print.default; see the documentation on that method function.

SEE ALSO:

,

EXAMPLES:

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