fill_step_info: Fill the step information

View source: R/estim_param.R

fill_step_infoR Documentation

Fill the step information

Description

Fill the step information

Usage

fill_step_info(step, mc)

Arguments

step

(optional) List that describes the steps of the parameter estimation process (see details section). If NULL, a single default step will be created using the estim_param arguments

mc

A matched call object from match.call() in estim_param, containing the arguments explicitly provided by the user when calling estim_param. This ensures that fill_step_info has access to the correct function call context.

Value

A list of step definitions provided by the user in the estim_param function call, enriched with default values and additional arguments passed to estim_param. The returned object is a list of lists, where each sublist contains the characteristics of a step.


SticsRPacks/CroptimizR documentation built on June 11, 2025, 12:33 a.m.