print.funreg: print method for funreg object

Description Usage Arguments

View source: R/PrintFunReg.r

Description

Prints information from an object of class funreg.

Usage

1
2
## S3 method for class 'funreg'
print(x, digits = 4, show.fits = FALSE, ...)

Arguments

x

Object of class funreg.

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.


funreg documentation built on Oct. 4, 2021, 5:07 p.m.

Related to print.funreg in funreg...