test_mh: Calculate odds ratios

View source: R/calc_strata_or.R

test_mhR Documentation

Calculate odds ratios

Description

Calculate odds ratios using the M-H method when the matched dataset has more than 1 stratum, and using the Fisher's exact test when the matched dataset has only one stratum.

Usage

test_mh(case, exp, strata)

Arguments

case

The case statuses

exp

The exposure statuses

strata

The strata identifiers

Details

For more information, please refer to the vignette using browseVignettes("nncc").

Value

The list of statistical results


nncc documentation built on May 29, 2024, 5:05 a.m.