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