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