print.summary.pffr {refund} | R Documentation |
Print method for summary of a pffr fit
Description
Pretty printing for a summary.pffr
-object.
See print.summary.gam()
for details.
Usage
## S3 method for class 'summary.pffr'
print(
x,
digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
x |
a fitted |
digits |
controls number of digits printed in output. |
signif.stars |
Should significance stars be printed alongside output? |
... |
not used |
Value
A summary.pffr
object
Author(s)
Fabian Scheipl, adapted from print.summary.gam()
by Simon Wood, Henric Nilsson
[Package refund version 0.1-35 Index]