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