dot-generate_or_table: Generate odds ratio table

.generate_or_tableR Documentation

Generate odds ratio table

Description

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)

Usage

.generate_or_table(r, c, odds_ratio_matrix, standard_error_matrix, bonf)

Arguments

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


tsostarics/sostools documentation built on Nov. 22, 2022, 7:26 p.m.