Chi-Square Post-Hoc Tests - Enhanced Implementation
Source:R/chisqposttest.b.R
chisqposttestClass.RdComprehensive 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.
Value
An R6 class generator object for the chisqposttestClass backend; used internally by the jamovi analysis wrapper and not called directly.
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 -> chisqposttestBase -> chisqposttestClass
Methods
Inherited methods
jmvcore::Analysis$.createImage()jmvcore::Analysis$.createImages()jmvcore::Analysis$.createPlotObject()jmvcore::Analysis$.getSessionTemp()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$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()chisqposttestBase$initialize()