Function works the same way as ClinicalTrial
function but it also calculates 80% and 90% confidence intervals.
ClinicalTrialCoverage(vaccinated, control, CI = 0.95)
Population-class
object: vaccinated subjects with assigned PoD
Population-class
object: control subjects with assigned PoD
numeric: value from (0, 1) interval, confidence level of interest
vaccinated: vaccinated subjects with assigned DS, Population-class
object
control: control subjects with assigned DS, Population-class
object
efficacy: case-count efficacy
confidenceInterval: confidence interval calculated with waldCI
function
confidenceInterval90: 90% confidence interval calculated with waldCI
function
confidenceInterval80: 80% confidence interval calculated with waldCI
function