#' Functions for design and monitoring of clincal trials
#'
#' Performs various calculations related to design of studies with either
#' failure time or binary endpoints, and also functions to facilitate
#' monitoring and analysis of such studies, including group sequential
#' studies with failure time endpoints and two stage and randomized phase
#' II studies.
#'
#' @author
#' Bob Gray \email{gray@@jimmy.harvard.edu}
#'
#' @name desmon
#' @docType package
#' @useDynLib desmon
#' @import survival
#' @importFrom stats dbinom dhyper fisher.test integrate pbinom pnorm qbinom
#' qnorm qt quantile rbinom rexp runif uniroot
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.