Description Usage Arguments Value
View source: R/FunctionsClinicalTrial.R
Function works the same way as ClinicalTrial
function but it also calculates 80% and 90% confidence intervals.
1 | ClinicalTrialCoverage(vaccinated, control, CI = 0.95)
|
vaccinated |
|
control |
|
CI |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.