View source: R/Peto_homogeneity_test_stratified_2x2.R
Peto_homogeneity_test_stratified_2x2 | R Documentation |
The Peto test for homogeneity of odds ratios over strata
Described in Chapter 10 "Stratified 2x2 Tables and Meta-Analysis"
Peto_homogeneity_test_stratified_2x2(n)
n |
the observed table (a 2x2xk matrix, where k is the number of strata) |
# Smoking and lung cancer (Doll and Hill, 1950)
Peto_homogeneity_test_stratified_2x2(doll_hill_1950)
# Prophylactice use of Lidocaine in myocardial infarction (Hine et al., 1989)
Peto_homogeneity_test_stratified_2x2(hine_1989)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.