View source: R/mcee_helper_nuisance_config.R
mcee_config_ranger | R Documentation |
Creates a configuration to fit nuisance parameters using ranger random forests
via ranger::ranger()
. Faster alternative to randomForest
.
mcee_config_ranger(target, formula)
target |
Character. Nuisance parameter name ("p", "q", "eta", "mu", "nu"). |
formula |
RHS-only formula (e.g., |
A configuration list for use with mcee_general
.
# Ranger random forest for outcome model
cfg_eta <- mcee_config_ranger("eta", ~ dp + X1 + X2 + X3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.