Statistical tools for immune correlates analysis of vaccine clinical trial data
vaccine is an open-source R package containing various semiparametric and nonparametric statistical tools for immune correlates analysis of vaccine clinical trial data. This includes calculation of summary statistics and estimation of risk, vaccine efficacy, controlled risk, and controlled vaccine efficacy.
The latest stable version of vaccine can be
installed from CRAN using install.packages()
:
install.packages("vaccine")
The current development version can be installed using
devtools::install_github()
:
::install_github(repo="Avi-Kenny/vaccine") devtools
The full package documentation can be found at https://avi-kenny.github.io/vaccine/.
To submit a bug report or request a new feature, please submit a new GitHub Issue.