chi_test_disc_cpp {R2sample} | R Documentation |
run chi square test for discrete data.
Description
run chi square test for discrete data.
Usage
chi_test_disc_cpp(dta, nbins = as.integer(c(100, 10)))
Arguments
dta |
A list of numeric vectors. |
nbins |
Integer vector of length 2 with number of bins. |
Value
A list with test statistics, p values and degrees of freedom
[Package R2sample version 1.1.0 Index]