This function updates a nax file
Usage
proximate_recalibrate_nax(x,
preprocess_recipes = NULL,
methods = NULL,
control = calibration_control(seed = 1),
name,
add = NULL)Arguments
- x
an object of class
naxas returned by theproximate_read_naxfunction.- preprocess_recipes
an optional list with one or more objects of class
preprocess_recipethat are to be tested for finding the optimal one for each model in the list passed toformulas.- methods
an optional list containing one ore more objects of class
fit_constructorwhich are as returned by one of thefit_constructorsfunctions, indicating what type of regression method to use along with its parameters.- control
a
calibration_controlobject as returned by thecalibration_controlfunction, indicating how some aspects of the calibration process must be conducted (e.g. cross-validation and outlier detection). Default iscalibration_control(seed = 1). See details.- name
a vector length at most 2, consisting of characters for the name and alias of the application. Defaults to "Untitled".
- add
an optional object of class
nax_augmentas returned by theproximate_add2naxfunction.
Value
A list of class "spectral_multimodel". See calibrate_models
function.
