riskyrApp currently supports a mixed input format -- population size N and 3 essential probabilities (prev, sens, spec) and computes all other frequencies and probabilities from these inputs. However, the riskyr package is more flexible and allows computing all quantities from either probabilities or frequencies (and translating back and forth between these formats).
Add an alternative input format that is based on 4 essential frequencies (hi, mi, fa, cr) and computes all probabilities from frequencies. (If N is provided, the 4th essential frequency is calculated.)
riskyrAppcurrently supports a mixed input format -- population sizeNand 3 essential probabilities (prev,sens,spec) and computes all other frequencies and probabilities from these inputs. However, theriskyrpackage is more flexible and allows computing all quantities from either probabilities or frequencies (and translating back and forth between these formats).Add an alternative input format that is based on 4 essential frequencies (
hi,mi,fa,cr) and computes all probabilities from frequencies. (IfNis provided, the 4th essential frequency is calculated.)