Thanks to visit codestin.com
Credit goes to github.com

Skip to content

❗ This is a read-only mirror of the CRAN R package repository. chisq.posthoc.test — A Post Hoc Analysis for Pearson's Chi-Squared Test for Count Data. Homepage: http://chisq-posthoc-test.ebbert.nrw/ Report bugs for this package: https://github.com/ebbertd/chisq.posthoc.test/issues

Notifications You must be signed in to change notification settings

cran/chisq.posthoc.test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Overview

chisq.posthoc.test is a R package that is designed to run a post hoc analysis for Pearson's Chi-squared Test for Count Data. The residuals as well as p-values will be returned.

Installation

The easiest way to get chisq.posthoc.test is to install it using the devtools:

install.packages("devtools")
devtools::install_github("ebbertd/chisq.posthoc.test")

Usage

chisq.posthoc.test(x, y, method = "bonferroni", ...)

x corresponds to x of the chisq.test function and are passed on to it. The method indicates the p adjustment method and defaults to the Bonferroni method. Additional options can be given which are passed on to the chisq.test function.

Notes

This work was inspired by the Youtube videos on how to do the Chi-Square Post-Hoc Testing in SPSS.

References

T. Mark Beasley & Randall E. Schumacker (1995) Multiple Regression Approach to Analyzing Contingency Tables: Post Hoc and Planned Comparison Procedures, The Journal of Experimental Education, 64:1, 79-93, DOI: 10.1080/00220973.1995.9943797

About

❗ This is a read-only mirror of the CRAN R package repository. chisq.posthoc.test — A Post Hoc Analysis for Pearson's Chi-Squared Test for Count Data. Homepage: http://chisq-posthoc-test.ebbert.nrw/ Report bugs for this package: https://github.com/ebbertd/chisq.posthoc.test/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages