# create a vector of input parameters for a model with two populations
inputs <- c(Nref = c(25000, 25000), ratio = c(0.1, 3), pool = c(5, 250), seq = c(0.0001, 0.001),
split = c(0, 3), CW = c(1e-13, 1e-3), WC = c(1e-13, 1e-3), bT = c(0, 0.2))
# construct a matrix with the limits of the prior distribution
priorsMatrix(model = "2pops", inputParams = inputs)
Run the code above in your browser using DataLab