# NOT RUN {
# To attach a simdesign, a nl object needs to be created first (see ?nl).
# For this example, we load a nl object from test data.
nl <- nl_lhs
# Attach the simdesign to the nl object
nl@simdesign <- simdesign_ABCmcmc_Wegmann(nl = nl,
summary_stat_target = c(100, 80),
n_rec = 100,
n_between_sampling = 10,
n_cluster = 1,
use_seed = FALSE,
n_calibration = 10000,
tolerance_quantile = 0.01,
proposal_phi = 1,
progress_bar = FALSE,
nseeds = 1)
# }
Run the code above in your browser using DataLab