Compare NLME output from last n runs
compare_nlme_runs.RdThe function will scan through the folder and look for
modelfit folders (using filter). It will then order these
folders by date and select the last n. It will then
generate comparison tables for the runs, one for general run info,
and one for the parameter estimates.
Usage
compare_nlme_runs(
filter = "run",
folder = ".",
n = 3,
save_info = NULL,
save_parameters = NULL
)