View source: R/validate_odds_ratio.R
validate_odds_ratio | R Documentation |
Check if the odds ratio parameters are sufficient
validate_odds_ratio(.odds = NA, .odds_lo = NA, .odds_up = NA)
.odds |
Numeric: an odds ratio. |
.odds_lo |
Numeric: the lower confidence interval of an odds ratio. |
.odds_up |
Numeric: the upper confidence interval of an odds ratio. |
A list of two values: is_valid (logical), and status (string).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.