gadget.retro.Rd
gadget.retro
runs an analytical retrospective model fitting run.
gadget.retro(
path = ".",
main.file = "main",
params.file = "params.in",
optinfofile = "optinfofile",
num.years = 5,
pre = "RETRO",
iterative = FALSE,
...
)
location of the Gadget model, all filenames are relative to the path
name of the main file, defaults to 'main'
name of the starting parameter value file, defaults to 'params.in'
name of the file containing the optimizer settings, defaults to 'optinfofile'
number of years (models) should be used, defaults to 5 yeaes
location of the model runs, defaults to 'RETRO'
logical should the iterative reweighting be used, defaults FALSE
additional parameter passed gadget.iterative
null
if (FALSE) {
gadget.retro(iterative =TRUE)
}