These are not intended for use by users. Constructs a prediction matrix for cross-validation folds, using the coefficient paths in outlist. Inspired by internal functions in the glmnet package.
# S3 method for default
buildPredmat(outlist, lambda, x, foldid, alignment, ...)A numeric matrix of predicted values with dimensions
nrow(x) by length(lambda). Rows correspond to
observations and columns correspond to penalty values.
A list of fitted models.
A vector of penalty values.
A predictor matrix.
Fold identifiers.
Alignment method (not used).
Other arguments