Skip to contents

Returns the names of all currently registered model backends. The built-in backends (lm, glm, loess, nls) are always present; any backends added via register_model_backend() are included as well.

Usage

list_model_backends()

Value

A sorted character vector of backend names.

Author

Jacob Martin

Examples

list_model_backends()
#> [1] "glm"   "lm"    "loess" "nls"