# NOT RUN {
design <- getDesignInverseNormal(kMax = 3, alpha = 0.025,
typeOfDesign = "asKD", gammaA = 2,
informationRates = c(0.2, 0.7, 1),
typeBetaSpending = "bsOF")
if (require(ggplot2)) {
plot(design) # default: type = 1
}
# }
Run the code above in your browser using DataLab