Pretty printing for a summary.pffr
-object.
See print.summary.gam()
for details.
# S3 method for summary.pffr
print(
x,
digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"),
...
)
A summary.pffr
object
a fitted pffr
-object
controls number of digits printed in output.
Should significance stars be printed alongside output?
not used
Fabian Scheipl, adapted from print.summary.gam()
by Simon Wood, Henric Nilsson