powered by
Creates a "simon"-object which can be used in the function getSolutions to identify possible designs.
getSolutions
setupSimon(alpha = 0.05, beta = 0.05, p0 = 0.1, p1 = 0.3)
the maximal type I error rate.
the maximal type II error rate.
the response probability under the null hypothesis.
the response probability under the alternative hypothesis.
# NOT RUN { #Create a "simon"-object simon <- setupSimon() #Calculate designs for the given "simon"-object. designs <- getSolutions(simon)$Solutions designs # }
Run the code above in your browser using DataLab