dependence.structure.full {multivariance}R Documentation

functions to detect the full (without clustering) dependence structure

Description

functions to detect the full (without clustering) dependence structure

Usage

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

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


[Package multivariance version 2.4.1 Index]