supported_modelsReturns the models supported in the package.
supported_plots, model_outputsReturns the plots, outputs supported by argument
model.supported_familiesReturns the families supported by
fit_model.supported_optimizersreturns the optimizers supported by
fit_model.supported_plotsreturns the plots supported by argument
model.get_modelReturns the function specified by argument
model.parameter_infoReturns parameter information for a
model(or all of them if model = NULL)
Usage
supported_models()
supported_optimizers()
supported_families()
supported_plots(model = NULL)
get_model(model)
parameter_info(model = NULL)
model_outputs(model = NULL)Value
A character vector
A character vector
A character vector
A character vector if model is not NULL. A list otherwise.
A function
A list with "name" (a character vector with parameter names and "default_value" (a numeric vector with parameter values)
A character vector if model is not NULL. A list otherwise.
