validate_odds_ratio: Check if the odds ratio parameters are sufficient

View source: R/validate_odds_ratio.R

validate_odds_ratioR Documentation

Check if the odds ratio parameters are sufficient

Description

Check if the odds ratio parameters are sufficient

Usage

validate_odds_ratio(.odds = NA, .odds_lo = NA, .odds_up = NA)

Arguments

.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.

Value

A list of two values: is_valid (logical), and status (string).


iAM-AMR/sawmill documentation built on June 30, 2024, 2:25 a.m.