Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

boot_clv

Boostrapping for assessing the stability of a CLV result


Description

Bootstrapping on the samples is performed. Each boostrapped data matrix is submitted to CLV in order to get partitions from 1 to nmax clusters. For each number of clusters, K, the adjusted Rand Index between actual and the bootstrapped partitions are computed and used in order to assess the stability of the solution into K clusters. Parallel computing is performed in order to save time.

Usage

boot_clv(object, B = 100, nmax = NULL)

Arguments

object

: result of CLV()

B

: the number of bootstrap to be run (100 by default)

nmax

: maximal size of the partitions to be considered (if NULL, the value of nmax used for the object is used)

Value

matARI

a matrix of the Adjusted Rand Index of size (B x nmax).

See Also

CLV


ClustVarLV

Clustering of Variables Around Latent Variables

v2.0.1
GPL-3
Authors
Evelyne Vigneau [aut, cre], Mingkun Chen [ctb], Veronique Cariou [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.