.generate_or_table | R Documentation |
Given an odds ratio matrix and its associated standard errors, calculate confidence intervals and report in a table like Agresti 2010 pg 29 (Table 2.6)
.generate_or_table(r, c, odds_ratio_matrix, standard_error_matrix, bonf)
r |
Number of rows |
c |
Number of columns |
odds_ratio_matrix |
Odds ratios |
standard_error_matrix |
Standard errors |
bonf |
Logical, whether bonferroni correction should be performed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.