| get_estimator | R Documentation |
Get a registered estimator function
get_estimator(method)
method |
A registered method name or alias. Names are case-insensitive; spaces, hyphens, and periods are normalized to underscores. |
get_estimator() returns the registered fitting function.
var_fitter <- get_estimator("var")
is.function(var_fitter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.