R/PODBAY.R

#' PoDBAY
#' 
#' PoDBAY package accompanies the article 'A method to estimate probability
#' of disease and vaccine efficacy 
#' from clinical trial immunogenicity data'. 
#' It helps to setup the workflow for vaccine efficacy estimation and clinical 
#' trial simulation using the PoDBAY method.
#' 
#' 
#' It has two main applications:
#' 
#' \itemize{
#'  \item Estimation of vaccine efficacy using subject level immunogenicity data
#'  \item Simulation of clinical trial 
#' }
#' 
#' @name PoDBAY
#' @docType package
#' @author Pavel Fiser, Tomas Bartonek, Julie Dudasova
#' @import Rcpp 
#' @useDynLib PoDBAY
#' @importFrom Rcpp sourceCpp
NULL

Try the PoDBAY package in your browser

Any scripts or data that you put into this service are public.

PoDBAY documentation built on Sept. 21, 2021, 5:08 p.m.