get_statistics
returns chi-squared distributed statistics.
get_statistics(zscores, method, pass)
The returned value is a list containing the test statistics and the associated p-values.
a numeric matrix containing the z-scores.
a character string specifying the method to be used to compute
the p-values. Two statistics are currently available, "mahalanobis"
,
and "componentwise"
.
a boolean vector.