R/Dose.Response.Linear.R

Defines functions Dose.Response.Linear

Documented in Dose.Response.Linear

Dose.Response.Linear <-
function(alpha, beta, sigma,mui,ci,fi){
epsilon=sum(ci*mui)
n=(qnorm(1-alpha)+qnorm(1-beta))^2*sigma^2*sum(ci^2/fi)/(epsilon^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.