an object of the SCGLR class.
- u
matrix 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.
- comp
matrix of size (number of statistical units * number of components) having the components as column vectors.
- compr
matrix of size (number of statistical units * number of components) having the standardized components as column vectors.
- gamma
list of length number of dependant variables. Each element is a matrix of coefficients, standard errors, z-values and p-values.
- beta
matrix of size (number of regressors + 1 (intercept) * number of dependent variables), contains the coefficients
of the regression on the original regressors X.
- lin.pred
data.frame of size (number of statistical units * number of dependent variables), the fitted linear predictor.
- xFactors
data.frame containing the nominal regressors.
- xNumeric
data.frame containing the quantitative regressors.
- inertia
matrix of size (number of components * 2), contains the percentage and cumulative percentage
of the overall regressors' variance, captured by each component.
- logLik
vector of length (number of dependent variables), gives the likelihood of the model of each \(y_k\)'s GLM on the components.
- deviance.null
vector of length (number of dependent variables), gives the deviance of the null model of each \(y_k\)'s GLM on the components.
- deviance.residual
vector of length (number of dependent variables), gives the deviance of the model of each \(y_k\)'s GLM on the components.