Skip to contents
supported_models

Returns the models supported in the package.

supported_plots, model_outputs

Returns the plots, outputs supported by argument model.

supported_families

Returns the families supported by fit_model.

supported_optimizers

returns the optimizers supported by fit_model.

supported_plots

returns the plots supported by argument model.

get_model

Returns the function specified by argument model.

parameter_info

Returns 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)

Arguments

model

A string specifying a model. One from supported_models()

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.