refund (version 0.1-35)

print.summary.pffr: 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 summary.pffr
print(
  x,
  digits = max(3, getOption("digits") - 3),
  signif.stars = getOption("show.signif.stars"),
  ...
)

Value

A summary.pffr object

Arguments

x

a fitted pffr-object

digits

controls number of digits printed in output.

signif.stars

Should significance stars be printed alongside output?

...

not used

Author

Fabian Scheipl, adapted from print.summary.gam() by Simon Wood, Henric Nilsson