print.oddsratio | R Documentation |
Print method for the oddsratio()
function.
## S3 method for class 'oddsratio'
print(x, digits = 3, ...)
x |
A |
digits |
The rounding precision. |
... |
further arguments passed to or from other methods. |
invisible oddsratio object (x).
print()
, oddsratio()
,
oddsratio(grp1 = c(1, 10), grp2 = c(3, 10))
oddsratio(grp1 = c(3, 10), grp2 = c(1, 10))
oddsratio(grp1 = c(3, 10), grp2 = c(1, 10), alpha = .01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.