an object of the SCGLR class.
The function summary
(i.e., summary.SCGLR
) can be used to obtain or print a summary of the results.
The generic accessor functions coef
can be used to extract various useful features of the value returned by scglr
.
An object of class "SCGLR
" is a list containing following components:
umatrix of size (number of regressors * number of components), contains the component-loadings,
i.e. the coefficients of the regressors in the linear combination giving each component.
compmatrix of size (number of statistical units * number of components) having the components as column vectors.
comprmatrix of size (number of statistical units * number of components) having the standardized components as column vectors.
gammalist of length number of dependant variables. Each element is a matrix of coefficients, standard errors, z-values and p-values.
betamatrix of size (number of regressors + 1 (intercept) * number of dependent variables), contains the coefficients
of the regression on the original regressors X.
lin.preddata.frame of size (number of statistical units * number of dependent variables), the fitted linear predictor.
xFactorsdata.frame containing the nominal regressors.
xNumericdata.frame containing the quantitative regressors.
inertiamatrix of size (number of components * 2), contains the percentage and cumulative percentage
of the overall regressors' variance, captured by each component.
logLikvector of length (number of dependent variables), gives the likelihood of the model of each \(y_k\)'s GLM on the components.
deviance.nullvector of length (number of dependent variables), gives the deviance of the null model of each \(y_k\)'s GLM on the components.
deviance.residualvector of length (number of dependent variables), gives the deviance of the model of each \(y_k\)'s GLM on the components.