R/desmon-package.R

#' 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
raredd/desmon documentation built on May 7, 2024, 3:46 p.m.