Learn R Programming

grf (version 2.3.2)

Generalized Random Forests

Description

Forest-based statistical estimation and inference. GRF provides non-parametric methods for heterogeneous treatment effects estimation (optionally using right-censored outcomes, multiple treatment arms or outcomes, or instrumental variables), as well as least-squares regression, quantile regression, and survival regression, all with support for missing covariates.

Copy Link

Version

Install

install.packages('grf')

Monthly Downloads

6,453

Version

2.3.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

February 25th, 2024

Functions in grf (2.3.2)

average_treatment_effect

Get doubly robust estimates of average treatment effects.
best_linear_projection

Estimate the best linear projection of a conditional average treatment effect.
custom_forest

Custom forest (removed)
create_dot_body

Writes each node information If it is a leaf node: show it in different color, show number of samples, show leaf id If it is a non-leaf node: show its splitting variable and splitting value If trained with missing values, the edge arrow is filled according to which direction the NAs are sent.
boosted_regression_forest

Boosted regression forest
boot_grf

Simple clustered bootstrap.
causal_survival_forest

Causal survival forest
causal_forest

Causal forest
average_late

Average LATE (removed)
average_partial_effect

Average partial effect (removed)
generate_causal_survival_data

Simulate causal survival data
get_scores

Compute doubly robust scores for a GRF forest object
get_forest_weights

Given a trained forest and test data, compute the kernel weights for each test point.
expected_survival

Compute E[T | X]
get_scores.causal_forest

Compute doubly robust scores for a causal forest.
generate_causal_data

Generate causal forest data
estimate_rate

Compute rate estimates, a function to be passed on to bootstrap routine.
export_graphviz

Export a tree in DOT format. This function generates a GraphViz representation of the tree, which is then written into `dot_string`.
get_leaf_node

Find the leaf node for a test sample.
get_sample_weights

Retrieve forest weights (renamed to get_forest_weights)
leaf_stats.causal_forest

Calculate summary stats given a set of samples for causal forests.
instrumental_forest

Intrumental forest
get_scores.multi_arm_causal_forest

Compute doubly robust scores for a multi arm causal forest.
get_scores.causal_survival_forest

Compute doubly robust scores for a causal survival forest.
get_tree

Retrieve a single tree from a trained forest object.
leaf_stats.instrumental_forest

Calculate summary stats given a set of samples for instrumental forests.
grf-package

grf: Generalized Random Forests
leaf_stats.default

A default leaf_stats for forests classes without a leaf_stats method that always returns NULL.
get_scores.instrumental_forest

Doubly robust scores for estimating the average conditional local average treatment effect.
leaf_stats.regression_forest

Calculate summary stats given a set of samples for regression forests.
predict.causal_survival_forest

Predict with a causal survival forest forest
predict.causal_forest

Predict with a causal forest
multi_regression_forest

Multi-task regression forest
ll_regression_forest

Local linear forest
plot.grf_tree

Plot a GRF tree object.
predict.boosted_regression_forest

Predict with a boosted regression forest.
multi_arm_causal_forest

Multi-arm/multi-outcome causal forest
plot.rank_average_treatment_effect

Plot the Targeting Operator Characteristic curve.
lm_forest

LM Forest
merge_forests

Merges a list of forests that were grown using the same data into one large forest.
predict.probability_forest

Predict with a probability forest
print.boosted_regression_forest

Print a boosted regression forest
predict.instrumental_forest

Predict with an instrumental forest
predict.multi_arm_causal_forest

Predict with a multi arm causal forest
predict.regression_forest

Predict with a regression forest
predict.ll_regression_forest

Predict with a local linear forest
predict.lm_forest

Predict with a lm forest
predict.quantile_forest

Predict with a quantile forest
predict.multi_regression_forest

Predict with a multi regression forest
predict.survival_forest

Predict with a survival forest
regression_forest

Regression forest
split_frequencies

Calculate which features the forest split on at each depth.
print.grf

Print a GRF forest object.
print.grf_tree

Print a GRF tree object.
rank_average_treatment_effect

Estimate a Rank-Weighted Average Treatment Effect (RATE).
quantile_forest

Quantile forest
probability_forest

Probability forest
print.rank_average_treatment_effect

Print the Rank-Weighted Average Treatment Effect (RATE).
print.tuning_output

Print tuning output. Displays average error for q-quantiles of tuned parameters.
rank_average_treatment_effect.fit

Fitter function for Rank-Weighted Average Treatment Effect (RATE).
tune_regression_forest

Regression forest tuning (removed)
survival_forest

Survival forest
tune_ll_regression_forest

Local linear forest tuning
tune_causal_forest

Causal forest tuning (removed)
tune_instrumental_forest

Instrumental forest tuning (removed)
test_calibration

Omnibus evaluation of the quality of the random forest estimates via calibration.
variable_importance

Calculate a simple measure of 'importance' for each feature.
tune_forest

Tune a forest
tune_ll_causal_forest

Local linear forest tuning