Learn R Programming

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

GPLTR (version 1.3)

Generalized Partially Linear Tree-Based Regression Model

Description

Combining a generalized linear model with an additional tree part on the same scale. A four-step procedure is proposed to fit the model and test the joint effect of the selected tree part while adjusting on confounding factors. We also proposed an ensemble procedure based on the bagging to improve prediction accuracy and computed several scores of importance for variable selection.

Copy Link

Version

Install

install.packages('GPLTR')

Monthly Downloads

248

Version

1.3

License

GPL (>= 2.0)

Maintainer

Cyprien Mbogning

Last Published

April 9th, 2022

Functions in GPLTR (1.3)

burn

burn dataset
data_pltr

gpltr data example
bag.aucoob

AUC on the Out Of Bag samples
GPLTR-package

Fit a generalized partially linear tree-based regression model
best.tree.BIC.AIC

Prunning the Maximal tree
best.tree.bootstrap

parametric bootstrap on a pltr model
best.tree.CV

Prunning the Maximal tree
best.tree.permute

permutation test on a pltr model
bagging.pltr

bagging pltr models
VIMPBAG

score of importance for variables
predict_pltr

prediction
tree2glm

tree to GLM
p.val.tree

Compute the p-value
nested.trees

compute the nested trees
tree2indicators

From a tree to indicators (or dummy variables)
predict_bagg.pltr

prediction on new features
pltr.glm

Partially tree-based regression model function