make.uniform.draw {SiPhyNetwork} | R Documentation |
Function that makes a draw from a uniform distribution
Description
Create a function that makes draws from a uniform distribution. Function calls runif(1)
Usage
make.uniform.draw()
Value
A function that makes draws from a uniform distribution
Examples
set.seed(17)
net<-sim.bdh.age(1,1,5,2,1,c(1/3,1/3,1/3),hyb.inher.fxn = make.uniform.draw(),
complete=TRUE)[[1]]
[Package SiPhyNetwork version 1.1.0 Index]