ppclustel_h: Clustering Algorithm to HDLLSS data.

Description Usage Arguments Value

View source: R/ppclustel_h.R

Description

Clustering Algorithm to HDLLSS data.

Usage

1
ppclustel_h(dataset, id, rep, alpha, n.cores = 1, ...)

Arguments

dataset

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).

id

A integer number specifying the column of dataset with the variable id.

rep

A integer number specifying the column of dataset indicating each variable replication number.

alpha

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

n.cores

A number processor cores (see detectCores).

...

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.


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