R/QT.PK.crossover.R

Defines functions QT.PK.crossover

Documented in QT.PK.crossover

QT.PK.crossover <-
function(alpha, beta,pho,K,delta,gamma,v1,v2,tau1,tau2){
n=(1+(v1-v2)^2/(tau1^2+tau2^2))*(pho+(1-pho)/K)*(qnorm(1-alpha/2)+qnorm(1-beta))^2/(delta^2-gamma*(qnorm(1-alpha/2)+qnorm(1-beta))^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.