# Example 12.1 from "Applied Nonparametric Statistical Methods" (5th edition)
chisqtest.ANSM(ch12$feedback.freq, ch12$PPI.person, do.exact = FALSE, do.asymp = TRUE)
# Exercise 13.7 from "Applied Nonparametric Statistical Methods" (5th edition)
chisqtest.ANSM(ch13$medicine[ch13$location == "Rural"],
ch13$response[ch13$location == "Rural"], seed = 1)
Run the code above in your browser using DataLab