SL.ranger: Add Ranger wrapper for SuperLearner

Description Usage Arguments Value References

Description

SL.ranger is a wrapper for SuperLearner that adds the fast random forests method ranger.

Usage

1
SL.ranger(Y, X, newX, family, ...)

Arguments

Y

outcome vector.

X

covariate dataframe for training.

newX

covariate dataframe for predictions.

family

link function (currently only supports "gaussian" identity link).

Value

Predictions and fits from ranger.

References

Wright MN, Ziegler A (2016). ranger: A fast implementation of random forests for high dimensional data in C++ and R. Journal of Statistical Software.


ehkennedy/npcausal documentation built on Feb. 26, 2021, 2:43 a.m.