one.minus.ratio.100: Helper function for TRA and TBA

Description Usage Arguments Examples

Description

TRA and TBA both have the same form: 100*(1 - num/den). Just specify num and den and get the desired calculation.

Usage

1

Arguments

num

the numerator in 100*(1 - num/den)

den

the numerator in 100*(1 - num/den)

Examples

1
2
one.minus.ratio.100(prevalence(rho_in=exp(-3), muci_in=10, theta_in=1.75),
                    prevalence(muci_in=10, theta_in=1.75))

swihart/reduceblock documentation built on May 30, 2019, 9:39 p.m.