powered by
chisq_gof(var, prob, weights = NULL)
chisq.test
mwu
levene_test
wilcox.test
ks.test
kruskal.test
t.test
fisher.test
data(efc) # differing from population chisq_gof(efc$e42dep, c(0.3,0.2,0.22,0.28)) # equal to population chisq_gof(efc$e42dep, prop.table(table(efc$e42dep)))
Run the code above in your browser using DataLab