R/Dose.Min.Effect.R

Defines functions Dose.Min.Effect

Documented in Dose.Min.Effect

Dose.Min.Effect <-
function(alpha, beta,qt,sigma,delta){

#  not real t distribution qt(1-alpha,K) is from the table 12.1.1-12.1.4 in the book 
n=2*sigma^2*(qt+qnorm(1-beta))^2/delta^2
}

Try the TrialSize package in your browser

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

TrialSize documentation built on July 8, 2020, 7:19 p.m.