ppclust: Clustering Algorithm to HDLSS data.

Description Usage Arguments Value Examples

View source: R/ppclust.R

Description

Clustering Algorithm to HDLSS data.

Usage

1
ppclust(data, alpha, ...)

Arguments

data

A numeric matrix or data frame with all numeric columns. If a matrix or data frame, rows correspond to variables (d) and columns correspond to observations (n).

alpha

A real number in the range (0, 1) indicanting the threshold parameter to be compared with p-values in the clustering procedure.

...

not used.

Value

Results

A vector of integers indicating the cluster to which each variable is allocated and a cluster cross table of P-values.

Examples

1
2
3
#data(diflogadenoma) # loads data
#cl <- ppclust(diflogadenoma[, 10:13])
#cl

rafaelslins/Rclust documentation built on May 4, 2020, 12:16 a.m.