createTable | R Documentation |
Returns a 2 x 2 contingency table of the form:
event | not event | |
drug | a | c |
not drug | b | d
|
createTable(a, b, c, d)
a |
Count in the upper left corner of the table |
b |
Count in the lower left corner of the table |
c |
Count in the upper right corner of the table |
d |
Count in the lower right corner of the table |
A 2 x 2 matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.