powered by
Computes the biased type-one-error (resp. power) of Student`ts t-test due to shifts in the expectation vectors in both treatment groups.
doublyTValues(randSeq, bias, endp)
object of the class randSeq.
object of the class bias.
object of the class endpoint.
the biased type-one-error (resp. power) of all randomization sequences.
# NOT RUN { myPar <- crPar(4) M <- getAllSeq(myPar) cs <- selBias("CS", 1, "exact") endp <- normEndp(mu = c(0, 0), sigma = c(1, 1)) doublyTValues(M, cs, endp) # }
Run the code above in your browser using DataLab