inst/examples/R/data/bivariate/chi2_coefficients/example_chi2coeff.R

library("vcd")
dim(HairEyeColor)
assocstats(HairEyeColor)
tab <- apply(HairEyeColor, 1:2, sum)
chisq.test(tab)
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.