summary.SCGLR | R Documentation |
Summary method for class "SCGLR".
## S3 method for class 'SCGLR'
summary(object, ...)
## S3 method for class 'summary.SCGLR'
print(x, digits = 3, ...)
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. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.