Learn R Programming

refund (version 0.1-1)

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

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

Value