Revision a148f1f16b1aed5e55da85e3741b46f0a6899802 authored by Björn Böttcher on 10 December 2020, 14:50:03 UTC, committed by cran-robot on 10 December 2020, 14:50:03 UTC
1 parent 3026c20
dependence.structure.full.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/multivariance-functions.R
\name{dependence.structure.full}
\alias{dependence.structure.full}
\title{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,
...
)
}
\description{
functions to detect the full (without clustering) dependence structure
}
\examples{
# multivariance:::dependence.structure.full(dep_struct_ring_15_100)
# dependence.structure(dep_struct_ring_15_100,structure.type = "full")
}
\keyword{internal}
Computing file changes ...