get_doublyCenterDist: my program to get doubly center distance matrix

Description Usage Arguments Value References Examples

Description

my program to get doubly center distance matrix

Usage

1
get_doublyCenterDist(x, index = 1)

Arguments

x,

distance matrix or data matrix

index,

power to the Euclidean norm

B,

number of permutations to calculate a P-value

Value

the P-values of SPC and aSPC tests

References

Xu Z., Pan W. An adaptive and powerful test for two groups of variables with high dimension

Examples

1
2
X = as.data.frame(cbind(Z[,1:5], X))
get_doublyCenterDist(X, index = 1)

jasonzyx/aSPC documentation built on May 18, 2019, 5:55 p.m.