# Generated by roxygen2: do not edit by hand

S3method(plot,grf_tree)
S3method(predict,boosted_regression_forest)
S3method(predict,causal_forest)
S3method(predict,custom_forest)
S3method(predict,instrumental_forest)
S3method(predict,ll_regression_forest)
S3method(predict,quantile_forest)
S3method(predict,regression_forest)
S3method(print,boosted_regression_forest)
S3method(print,grf)
S3method(print,grf_tree)
S3method(print,tuning_output)
export(average_partial_effect)
export(average_treatment_effect)
export(boosted_regression_forest)
export(causal_forest)
export(custom_forest)
export(get_sample_weights)
export(get_tree)
export(instrumental_forest)
export(ll_regression_forest)
export(merge_forests)
export(quantile_forest)
export(regression_forest)
export(split_frequencies)
export(test_calibration)
export(tune_causal_forest)
export(tune_ll_regression_forest)
export(tune_regression_forest)
export(variable_importance)
importFrom(Matrix,Matrix)
importFrom(Matrix,cBind)
importFrom(Rcpp,evalCpp)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(utils,capture.output)
useDynLib(grf)
