print.summary.lgspline | R Documentation |
Print Method for lgspline Object Summaries
## S3 method for class 'summary.lgspline'
print(x, ...)
x |
A summary.lgspline object, the result of calling |
... |
Not used. |
Invisibly returns the original summary.lgspline
object x
.
Like other print methods, this function is called to display a formatted
summary of the fitted lgspline
model to the console.
This includes model dimensions, family information, dispersion estimate,
effective degrees of freedom, and a coefficient table for univariate inference
(if available) analogous to output from summary.glm
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.