Chi-Square Post-Hoc Tests - Enhanced Implementation
Source:R/chisqposttest.b.R
chisqposttestClass.Rd
Comprehensive post-hoc analysis for chi-square tests including residuals analysis, pairwise comparisons, and multiple testing corrections. Integrates methods from jamovi forum recommendations and best practices from statistical literature.
Details
This enhanced implementation provides three complementary approaches:
Residuals Analysis - Identifies which cells contribute to significance (recommended first step)
Pairwise Comparisons - Formal hypothesis testing between group pairs
Comprehensive Analysis - Combines both approaches with educational guidance
Super classes
jmvcore::Analysis
-> ClinicoPath::chisqposttestBase
-> chisqposttestClass
Methods
Inherited methods
jmvcore::Analysis$.createImage()
jmvcore::Analysis$.createImages()
jmvcore::Analysis$.createPlotObject()
jmvcore::Analysis$.load()
jmvcore::Analysis$.render()
jmvcore::Analysis$.save()
jmvcore::Analysis$.savePart()
jmvcore::Analysis$.setCheckpoint()
jmvcore::Analysis$.setParent()
jmvcore::Analysis$.setReadDatasetHeaderSource()
jmvcore::Analysis$.setReadDatasetSource()
jmvcore::Analysis$.setResourcesPathSource()
jmvcore::Analysis$.setStatePathSource()
jmvcore::Analysis$addAddon()
jmvcore::Analysis$asProtoBuf()
jmvcore::Analysis$asSource()
jmvcore::Analysis$check()
jmvcore::Analysis$init()
jmvcore::Analysis$optionsChangedHandler()
jmvcore::Analysis$postInit()
jmvcore::Analysis$print()
jmvcore::Analysis$readDataset()
jmvcore::Analysis$run()
jmvcore::Analysis$serialize()
jmvcore::Analysis$setError()
jmvcore::Analysis$setStatus()
jmvcore::Analysis$translate()
ClinicoPath::chisqposttestBase$initialize()