TS_disc_cpp {R2sample} | R Documentation |
find test statistics for discrete data
Description
find test statistics for discrete data
Usage
TS_disc_cpp(
dta,
ADweights,
doMethod = as.character(c("chi large", "chi small", "t test", "KS", "Kuiper", "CvM",
"AD", "LR", "ZA", "ZK", "ZC", "Wassp1"))
)
Arguments
dta |
A list |
ADweights |
A vector of weights for AD method |
doMethod |
A character vector of methods to include. |
Value
A vector of test statistics
[Package R2sample version 1.1.0 Index]