## a simple use
gdl.res = GDLRule(k = 3, p = c(0.6, 0.7, 0.6),
ssn = 400, aK = c(1, 1, 1), Y0 = NULL, nsim = 200, alpha = 0.05)
## view the output
gdl.res
# \donttest{
## view all simulation settings
gdl.res$name
gdl.res$parameter
gdl.res$k
## View the simulations results
gdl.res$propotion
gdl.res$failRate
gdl.res$pwCalc
gdl.res$assignment
# }
Run the code above in your browser using DataLab