R/estimate.R

Defines functions estimate

Documented in estimate

#' @title estimate
#' @description generic function for calculating the variance
#' @param x list with entries experiment, reference, placebo
#' @keywords internal
estimate <- function(x, Delta, ...) UseMethod("estimate")
tobiasmuetze/ThreeArmedTrials documentation built on April 25, 2023, 8:26 a.m.