| summary.lgspline | R Documentation |
Summary Method for lgspline Objects
## S3 method for class 'lgspline'
summary(object, ...)
object |
An lgspline model object. |
... |
Not used. |
An object of class summary.lgspline, a list containing:
The family object.
Number of observations N.
Number of predictor variables q.
Number of knots K.
Basis functions per partition p.
"Yes" or "No".
Critical value used for confidence intervals.
Coefficient matrix from wald_univariate,
or a single-column estimate matrix if return_varcovmat = FALSE.
Estimated dispersion \tilde{\sigma}^2.
Trace of the hat matrix \mathrm{trace}(\mathbf{XUGX}^\top).
Number of observations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.