dependence.structure.full: functions to detect the full (without clustering) dependence...

Description Usage Examples

View source: R/multivariance-functions.R

Description

functions to detect the full (without clustering) dependence structure

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
dependence.structure.full(
  x,
  vec = 1:ncol(x),
  verbose = TRUE,
  type = "conservative",
  alpha = 0.05,
  list.cdm = NULL,
  maxk = max(vec),
  stop.too.many = NULL,
  c.factor = 2,
  ...
)

Examples

1
2
# multivariance:::dependence.structure.full(dep_struct_ring_15_100)
# dependence.structure(dep_struct_ring_15_100,structure.type = "full")

multivariance documentation built on Oct. 6, 2021, 5:08 p.m.