# NOT RUN {
## Data preparation
data(diseased)
data(nondiseased)
data(estimatedParameters)
## Example 1
# Creating imunogenicity subset, method = "Ratio", value = 4
ImmunogenicitySubset <-
BlindSampling(diseased,
nondiseased,
method = list(name = "Ratio",
value = 4))
# Estimating PoD curve parameters
nondiseasedGenerationCount <- nondiseased$N
estimatedParameters <- PoDParamEstimation(diseased$titers,
ImmunogenicitySubset$ImmunogenicityNondiseased$titers,
nondiseasedGenerationCount,
repeatCount = 10)
# Estimating PoDBAY efficacy
PoDBAYEfficacy(estimatedParameters$results,
ImmunogenicitySubset$ImmunogenicityVaccinated,
ImmunogenicitySubset$ImmunogenicityControl)
# }
Run the code above in your browser using DataLab