powered by
Computes regression coefficients from MBWCov.
MBWCov
# S3 method for MBWCov 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 MBWCov.
The number of components to be considered in the model. By default, all components computed in MBPLS or MBWCov are considered.
MBPLS
further arguments passed to or from other methods.
predict.MBWCov
data(ham) X=ham$X block=ham$block Y=ham$Y res.mbwcov <- MBWCov(X, Y, block, name.block = names(block)) coef(res.mbwcov)
Run the code above in your browser using DataLab