init_grid(lower=c(par=0), upper=c(par=1), steps=NULL, nUnique=NULL, nRepl=min(10L,nUnique), jitterFac=0.5 )lower.
lower and upper and named in the same way as the variable parameters in these arguments.
floor(50^((v/3)^(1/3))) where v is the number of variable parameters.
set.seed(123)
init_grid()
init_grid(lower=c(mu=2.8,s2=0.5,sample.size=20),
upper=c(mu=5.2,s2=4.5,sample.size=20),
steps=c(mu=7,s2=9),nUnique=63)
Run the code above in your browser using DataLab