# Load CV output from saved file
cv_file <- system.file(
"extdata", "rdm_minimal", "abc", "cv", "neuralnet.rds",
package = "eam"
)
abc_neuralnet_cv <- readRDS(cv_file)
# Plot parameter recovery
plot_cv_recovery(
abc_neuralnet_cv,
n_rows = 2,
n_cols = 1,
resid_tol = 0.99
)
Run the code above in your browser using DataLab