print.summary.pffr | R Documentation |
Pretty printing for a summary.pffr
-object.
See print.summary.gam()
for details.
## S3 method for class 'summary.pffr'
print(
x,
digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"),
...
)
x |
a fitted |
digits |
controls number of digits printed in output. |
signif.stars |
Should significance stars be printed alongside output? |
... |
not used |
A summary.pffr
object
Fabian Scheipl, adapted from print.summary.gam()
by Simon Wood, Henric Nilsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.