chiTS.disc {MD2sample} | R Documentation |
Chi-square test for discrete data, example of user supplied function
Description
This function does the chi square two sample test for discrete data in two dimensions
Usage
chiTS.disc(x, y, vals_x, vals_y, TSextra)
Arguments
x |
a vector with counts |
y |
a vector with counts |
vals_x |
a vector with points |
vals_y |
a vector with points |
TSextra |
list with some info |
Value
either a test statistic or a p value
[Package MD2sample version 1.0.0 Index]