estimator_string_to_function: Converts estimator string names to function handle

Description Usage Arguments Details Value

View source: R/estimator_string_to_function.R

Description

This is an internal function used to convert each implemented estimator name to its corresponding function/closure.

Usage

1
2
3
4
5
estimator_string_to_function(
  estimator_name,
  parallelise = FALSE,
  n_cores = NULL
)

Arguments

estimator_name

A string indicating the name of the estimator method.

Details

Supported options are: "none". The conversion renders the name case-insensitive.

Value

A function handle to an estimator function which takes a node as an argument.


GeertPostma/pathmodelr documentation built on Oct. 5, 2021, 4:17 p.m.