powered by
Computes regression coefficients from MBPLS.
MBPLS
# S3 method for MBPLS coef(object, ncomp = object$call$ncomp, ...)
A matrix of regression coefficients where each row corresponds to a variable in X and each column corresponds to a variable in Y.
An object resulting from MBPLS.
The number of components to be considered in the model. By default, all components computed in MBPLS or MBWCov are considered.
MBWCov
further arguments passed to or from other methods.
predict.MBPLS
data(ham) X=ham$X block=ham$block Y=ham$Y res.mbpls <- MBPLS(X, Y, block, name.block = names(block)) coef(res.mbpls)
Run the code above in your browser using DataLab