This function collects all the necessary data that is required prior updating a nax application.
Arguments
- formulas
a list containing one or more objects of class
formulawhere each of them represents the model to be calibrated.- data
a data.frame containing the data of the variables in the model (as in the
calibratefunction).- metadata_list
a list of containing the specifications for the metadata of each model in
formulasgiven in the same order. Each element in the list should be defined as in themetadataargument ofcalibrateusing theadd_model_metadatafunction. Defaults toNULL.- skip_indices_list
a list of vectors of integers for the indices in the input data to be skipped for the computation of each of the models in
formulas. The vectors in this list must be provided in the same order as their corresponding counterparts informulas. Defaults toNULL. In case a list is passed, the list components must be filled withnumeric()for thoseformulaswhere there is no indices to be skipped.
