MantelHaenszel_estimate_stratified_2x2: The Mantel-Haenszel estimate of the overall effect across...

View source: R/MantelHaenszel_estimate_stratified_2x2.R

MantelHaenszel_estimate_stratified_2x2R Documentation

The Mantel-Haenszel estimate of the overall effect across strata

Description

The Mantel-Haenszel estimate of the overall effect across strata

Described in Chapter 10 "Stratified 2x2 Tables and Meta-Analysis"

Usage

MantelHaenszel_estimate_stratified_2x2(n, link = "logit")

Arguments

n

the observed table (a 2x2xk matrix, where k is the number of strata)

link

the link function ('linear', 'log', or 'logit')

Value

An object of the contingencytables_result class, basically a subclass of base::list(). Use the utils::str() function to see the specific elements returned.

Examples

MantelHaenszel_estimate_stratified_2x2(doll_hill_1950)
MantelHaenszel_estimate_stratified_2x2(hine_1989)

ocbe-uio/contingencytables documentation built on March 19, 2024, 4:30 a.m.