class for storing and visualisation of regression coefficients for regression models
regcoeffs(coeffs, ci.coeffs = NULL)
vector or matrix with regression coefficients
array (nobj x ncomp x ny x cv) with regression coefficients for computing confidence intervals (e.g. from jack-knifing)
a list (object of regcoeffs
class) with fields, including:
values |
an array (nvar x ncomp x ny) with regression coefficients |
ci |
an array (nvar x ncomp x ny) with confidence intervals for coefficients |
p.values |
an array (nvar x ncomp x ny) with p-values for coefficients |
last two fields are available if proper values for calculation of the statistics were provided.