Learn R Programming

⚠️There's a newer version (2.0.0) of this package.Take me there.

htree (version 1.0.0)

Historical Tree Ensembles for Longitudinal Data

Description

Historical regression trees are an extension of standard trees, producing a non-parametric estimate of how the response depends on all of its prior realizations as well as that of any time-varying predictor variables. The method applies equally to regularly as well as irregularly sampled data. The package implements random forest and boosting ensembles based on historical regression trees, suitable for longitudinal data. Standard error estimation and Z-score variable importance is also implemented.

Copy Link

Version

Install

install.packages('htree')

Monthly Downloads

8

Version

1.0.0

License

GPL (>= 2)

Maintainer

Joe Sexton

Last Published

April 14th, 2018

Functions in htree (1.0.0)

varimp_hrf

Variable importance
partdep_hrf

Partial dependence
predict_hrf

Prediction
mscm

Mothers Stress Child Morbidity Data
cd4

Multicenter AIDS Study
quantile_hrf

Quantiles for historical random forest
hrf

Random forest for longitudinal data
htb

Tree boosting for longitudinal data