View source: R/validate_ratio.R
validate_ratio | R Documentation |
Validate ratio parameters
validate_ratio(.ratio = NA, .ratio_lower = NA, .ratio_upper = NA)
.ratio |
Numeric: an odds ratio or risk ratio. |
.ratio_lower |
Numeric: the lower confidence interval of an odds ratio or risk ratio. |
.ratio_upper |
Numeric: the upper confidence interval of an odds ratio or risk 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.