View source: R/validate_risk_ratio.R
validate_risk_ratio | R Documentation |
Check if the risk ratio parameters are sufficient
validate_risk_ratio(.rratio = NA, .rratio_lo = NA, .rratio_up = NA)
.rratio |
Numeric: a risk ratio. |
.rratio_lo |
Numeric: the lower confidence interval of a risk ratio. |
.rratio_up |
Numeric: the upper confidence interval of a 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.