Significance test which produces p-values and confidence intervals for each pair of input features.
cor.mtest(mat, ...)
Return a list containing:
Square matrix of size FxF
with p-values as cells
Square matrix of size FxF
, each cell represents the
lower part of a confidence interval
Square matrix of size FxF
, each cell represents the
upper part of a confidence interval
Input matrix of size NxF
,
with N
rows that represent samples
and F
columns that represent features.
Additional arguments passed to function cor.test
,
e.g. conf.level = 0.95
.
Function cor.test