1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
KRUSKAL Wallis post hoc
DunnTest(dep ~ indep, data=, method="bonferroni") library(fsa)
Friedman test post hoc
kwAllPairsNemenyiTest , library(PMCMRPlus)
Chi-squared post hoc
Standardised residuals, Chisq.residuals() , library("questionr")
chi square effect size
assocstats() , library(vcd)
Wald test R code
WaldTest(.., test="chisq"), library(lmtest)