Calculate decision rule for a specified sample size and lower and upper triage thresholds
Source:R/01-sample_size.R
get_d.Rd
Calculate decision rule for a specified sample size and lower and upper triage thresholds
Arguments
- N
Total population size of cases in the specified survey area
- n
Sample size
- dLower
Lower triage threshold. Values from 0 to 1.
- dUpper
Upper triage threshold. Values from 0 to 1.
- alpha
Maximum tolerable alpha error. Values from 0 to 1. Default is 0.1
- beta
Maximum tolerable beta error. Values from 0 to 1. Default is 0.1