## a simple use
CR.res = CRDesign(k=3, p = c(0.7, 0.8, 0.6), nsim = 500, ssn = 400)
## view the output
CR.res
# \donttest{
## view all simulation settings
CR.res$name
CR.res$parameter
CR.res$k
## View the simulations results
CR.res$propotion
CR.res$failRate
CR.res$pwCalc
CR.res$assignment
# }
Run the code above in your browser using DataLab