A data set resulting from a `spot` tuning run.
resTuneRegionModelA list of 7 entries:
regionNamee.g., "Afghanistan/": List of 7
xbestybestxycountmsgmodelFitcontrol$model.Result of a SPOT::tuneRegionModel run.
The data (list of 1) was generated as follows:
data <- preprocessInputData(regionTrain, regionPopulation);
resTuneRegionModel <- lapply(data[1], tuneRegionModel, pops=NULL,
control=list(funEvals=6, designControl=list(size=5), model = buildLM)).
To accelerate testing, this list is used internally.