summary.SCGLR {SCGLR} | R Documentation |
Summarizing SCGLR fits
Description
Summary method for class "SCGLR".
Usage
## S3 method for class 'SCGLR'
summary(object, ...)
## S3 method for class 'summary.SCGLR'
print(x, digits = 3, ...)
Arguments
object |
an object of class "SCGLR", usually a result of a call to |
... |
Not used. |
x |
an object of class "summary.SCGLR", usually a result of a call to summary.SCGLR. |
digits |
the number of significant digits to use when printing. |
Value
an object of class "summary.SCGLR".
inertia |
inertia per component. |
deviance.null |
null deviance for each |
deviance.residual |
residual deviance for each |
rho |
squared correlations with numerical covariates. |
rho.pred |
squared correlations with linear predictors. |
coefficients |
contains the coefficients of the regression on the components. |
[Package SCGLR version 3.1.0 Index]