Description Usage Arguments Details Value Examples
Computes a vector of odds ratios given a set of contingency tables.
1 |
a |
A vector of values where a_i corresponds to t_i |
b |
A vector of values where b_i corresponds to t_i |
c |
A vector of values where c_i corresponds to t_i |
d |
A vector of values where d_i corresponds to t_i |
Given a set of contingency tables T, where T = {t_1,t_2,...,t_n-1,t_n}, with each t_i of the form:
setA | ¬setA | ||||
setB | a | b | | | a + b | |
¬setB | c | d | | | c + d | |
a + c | b + d | | | a + b + c + d | ||
return a vector of odds ratios R=r_1, r_2,...,r_n-1,r_n where r_i corresponds to the odds ratio of t_i.
A vector of odds ratios R=r_1, r_2,...,r_n-1,r_n where r_i corresponds to the odds ratio of t_i.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.