Description Usage Arguments Details Value
View source: R/estimator_string_to_function.R
This is an internal function used to convert each implemented estimator name to its corresponding function/closure.
1 2 3 4 5 | estimator_string_to_function(
estimator_name,
parallelise = FALSE,
n_cores = NULL
)
|
estimator_name |
A string indicating the name of the estimator method. |
Supported options are: "none". The conversion renders the name case-insensitive.
A function handle to an estimator function which takes a node as an argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.