bootstrap.mcd: Bootstrap procedure for Multonimal Canonical Decomposition...

View source: R/bootstrap.mcd.R

bootstrap.mcdR Documentation

Bootstrap procedure for Multonimal Canonical Decomposition Model

Description

Bootstrap procedure for Multonimal Canonical Decomposition Model

Usage

bootstrap.mcd(object, Bsamples = 1000)

Arguments

object

An output object from mcd1 or mcd2

Bsamples

Number of Bootstrap samples to take

Value

BBdf Bootstrap estimates of B

BVdf Bootstrap estimates of V

Examples

## Not run: 
data(dataExample_lpca)
Y = as.matrix(dataExample_lpca[, 1:8])
X = as.matrix(dataExample_lpca[, 9:13])
# supervised
output = mcd1(X, Y, S = 2, ord.z = 2)
#' boot.output = bootstrap.mcd(output, Bsamples = 100)
plot(boot.output)

## End(Not run)


lmap documentation built on April 3, 2025, 5:47 p.m.

Related to bootstrap.mcd in lmap...