Learn R Programming

funreg (version 1.2.2)

print.funreg: print method for funreg object

Description

Prints information from an object of class funreg.

Usage

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