R/package.r

#' The 'ph2bayes' package
#'
#' An implementation of Bayesian single-arm phase II design methods
#' for binary outcome based on posterior probability and predictive
#' probability:
#' Thall and Simon (Biometrics 1994),
#' Lee and Liu (Clinical Trials 2008).
#'
#' @name ph2bayes-package
#' @rdname package-ph2bayes
#' @aliases ph2bayes
#' @docType package
#' @keywords htest design package
#'
#' @importFrom Rcpp evalCpp
#' @useDynLib ph2bayes, .registration = TRUE
NULL

Try the ph2bayes package in your browser

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

ph2bayes documentation built on May 2, 2019, 3:20 p.m.