print.funreg {funreg} | R Documentation |
print method for funreg object
Description
Prints information from an object of class funreg
.
Usage
## S3 method for class 'funreg'
print(x, digits = 4, show.fits = FALSE, ...)
Arguments
x |
Object of class |
digits |
Number of digits past the decimal place to show when printing quantities. |
show.fits |
Whether to also print a table of fitted values for the functional coefficients along a grid of times. |
... |
Any other optional arguments to be passed to the default print function. |
[Package funreg version 1.2.2 Index]