make.beta.draw.Rd
Create a function that makes draws from a beta distribution. Function calls rbeta(1,alpha,beta)
make.beta.draw(alpha, beta)
The first shape parameter of the beta distribution
The second shape parameter of the beta distribution
A function that makes draws from a beta distribution.
set.seed(17)
inher_func<-make.beta.draw(10,10)
net<-sim.bdh.age(1,1,5,2,1,c(1/3,1/3,1/3),hyb.inher.fxn = inher_func,
complete=TRUE)[[1]]