post_treat_FwdRegAgMIP: Post-treat the results of the Forward Selection algorithm...

View source: R/FwdRegAgMIP.R

post_treat_FwdRegAgMIPR Documentation

Post-treat the results of the Forward Selection algorithm proposed in AgMIP calibration phaseIII protocol

Description

Post-treat the results of the Forward Selection algorithm proposed in AgMIP calibration phaseIII protocol

Usage

post_treat_FwdRegAgMIP(
  optim_results,
  crit_options,
  crt_list,
  param_selection_steps
)

Arguments

optim_results

Results list returned by frequentist method wrappers

crit_options

List containing several arguments given to estim_param function: param_names, obs_list, crit_function, model_function, model_options, param_info, transform_obs, transform_sim that must be passed to main_crit function by the methods wrappers.

crt_list

Vector of names of candidate parameters that have been used in parameter estimation

param_selection_steps

A tibble summarizing the results of the previous previouslyparameter estimation steps as returned by the previous call to this function, NULL if it is the first step.

Value

A tibble summarizing the results of the parameter estimation steps


SticsRPacks/CroptimizR documentation built on Dec. 16, 2024, 11:54 a.m.