TS_cont_pval {MD2sample} | R Documentation |
This function runs a number of two sample tests which find their own p value.
Description
This function runs a number of two sample tests which find their own p value.
Usage
TS_cont_pval(x, y)
Arguments
x |
a matrix of numbers if data is continuous or of counts if data is discrete. |
y |
a matrix of numbers if data is continuous or of counts if data is discrete. |
Value
A list of two numeric vectors, the test statistics and the p values.
[Package MD2sample version 1.0.0 Index]