R/Cochran_Q_test_stratified_2x2.R
Cochran_Q_test_stratified_2x2.RdThe Cochran Q test of homogeneity of effects over strata
Described in Chapter 10 "Stratified 2x2 Tables and Meta-Analysis"
Cochran_Q_test_stratified_2x2(n, link = "linear", estimatetype = "MH")An object of the contingencytables_result class,
basically a subclass of base::list(). Use the utils::str() function
to see the specific elements returned.
Cochran_Q_test_stratified_2x2(doll_hill_1950)
#> The Cochran Q test (MH): P = 0.010251, Q = 6.591 (df = 1)
Cochran_Q_test_stratified_2x2(hine_1989)
#> The Cochran Q test (MH): P = 0.972318, Q = 0.871 (df = 5)