Perform bootstrap resampling on a multivariate model to estimate the variability of components and scores.
bootstrap(x, nboot, ...)# S3 method for plsc
bootstrap(x, nboot = 500, ...)
A list containing the bootstrap resampled components and scores for the model.
A fitted model object, such as a projector, that has been fit to a training dataset.
An integer specifying the number of bootstrap resamples to perform.
Additional arguments to be passed to the specific model implementation of bootstrap.