On this page
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, ...)
Arguments
x |
an object inheriting from class |
... |
optional arguments passed to |
Author(s)
José Pinheiro and Douglas Bates bates@stat.wisc.edu
See Also
Examples
vf1 <- varPower(0.3, form = ~age)
vf1 <- Initialize(vf1, Orthodont)
print(vf1)
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.