Initial version of the package
PODBA-13 - New bootstrapping, new Immunogenicity sample creation (three methods = Full, Ratio, Fixed), PoD curve point estimation
PODBA-16 - formatting adjustments in PoDParamEstimation
PODBA-11 - cleaning of the code - Incidence rate, confidence intervals, unused variables and functions
PODBA-28 - efficacyComputation function adjusted, Dengue and Zostavax functions removed from the package
PODBA-34 - cppPoD function adjusted for adjustTiters, implemented into cppMLE and PoDMLE
PODBA-19 - new functions documentation, package data added, vignettes created, warning and error messages added, bimodal functions removed
Unit tests created, cppMLE corrected, ImmunogenicitySubset - methodology changed, documentation & DESCRIPTION adjusted to CRAN standards
Naming convention updated (control, diseased, nondiseased, casecount, PoDBAY) both in code and documentation
epiR package dependency removed (WaldCI function updated). DESCRIPTION updated, example into README added, LICENSE and LICENSE.note files added, copyright added, documentation and vignettes updated.
repeatCount parameter in vignettes decreased to 50 to reduce package build time. LICENSE file removed from the top directory; its contents moved to LICENSE.note file. Population mnethods removed from examples.
Authors adjusted and doi added to DESCRIPTION. Dontrun changed to donttest. Rm(list = ls()) removed from all scripts. Examples using population methods removed.
Example in efficacySquaredError function adjusted.