Description Usage Arguments Value Examples
View source: R/FunctionsImmunogenicitySample.R
Function extracts non-diseased subjects from vaccinated and control groups if the data have assigned disease status (for example using ClinicalTrial
function). The vaccinated and control data are provided in the form of population class objects (see the Population-class
function for more details).
1 |
vaccinated |
|
control |
|
non-diseased subjects, Population-class
object: a subset of control and vaccinated subjects with disease status = FALSE.
1 2 3 4 5 6 7 8 9 10 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.