R/print.delayedGSD.R

Defines functions print.delayedGSD

Documented in print.delayedGSD

## * print.delayedGSD (documentation)
#' @title Status of a Group Sequential Design with Delayed Endpoints
#' @description Display boundaries and estimated treatment effect up the current stage.
#' 
#' @param x object of class \code{delayedGSD}, typically output from \code{\link{CalcBoundaries}}.
#' @param ... arguments passed to the summary function.
#' 

## * print.delayedGSD
#' @export
print.delayedGSD <- function(x, ...){

    summary(x, space = NULL, abreviated = 2, ...)
}
paulowhite/DelayedGSD documentation built on Nov. 1, 2023, 5:36 p.m.