# NOT RUN {
## Example 1
# Data preparation
data(vaccinated)
data(control)
# Estimating the disease status and case-count efficacy with CI
ClinicalTrial(vaccinated, control, CI = 0.95)
# Extracting the non-diseased subjects
ExtractNondiseased(vaccinated, control)
# }
Run the code above in your browser using DataLab