R/blindrecalc.R

#' Blinded Sample Size Recalculation
#'
#' The package \pkg{blindrecalc} provides characteristics and plots
#' of trial designs with blinded sample size recalculation where
#' a nuisance parameter is estimated at an blinded interim analysis.
#'
#' Currently, for continuous outcomes, a t-test is implemented for superiority
#' and non-inferiority trials.
#' For superiority trials with binary endpoint, the chi^2-test is implemented.
#' The Farrington Manning test covers non-inferiority trials with binary endpoint.
#'
#' @useDynLib blindrecalc
#' @import methods
#' @importFrom Rcpp sourceCpp
#' @docType package
#' @aliases blindrecalc-package
#' @name blindrecalc
NULL

Try the blindrecalc package in your browser

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

blindrecalc documentation built on Oct. 4, 2023, 5:06 p.m.