thresholdAbsSPath: Detect partitions of variables into blocks.

Description Usage Arguments Value Examples

Description

This function returns a list of partitions of variables based on the sample covariance matrix for several levels of threshold.

Usage

1

Arguments

expdata

matrix of data

Value

partitionList

list of partitions of variables (vectors) deduced by thresholding the sample covariance matrix

lambdaPath

list of threshold parameters

Examples

1
2
3
4
5
## load data to test 
data(dataTest)

## detect partitions of variables into blocks based on the sample covariance matrix
partitions <- thresholdAbsSPath(dataTest)$partitionList

shock documentation built on May 2, 2019, 8:55 a.m.