bootvar {ClustOfVar}R Documentation

Bootstrap of individuals on a numeric matrix and on a categorical matrix

Description

Draw a bootstrap sample from X.quanti and a bootstrap sample from X.quali

Usage

bootvar(X.quanti = NULL, X.quali = NULL)

Arguments

X.quanti

a numeric matrix of data, or an object that can be coerced to such a matrix (such as a numeric vector or a data frame with all numeric columns).

X.quali

a categorical matrix of data, or an object that can be coerced to such a matrix (such as a character vector, a factor or a data frame with all factor columns).


[Package ClustOfVar version 1.1 Index]