Learn R Programming

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

DTRlearn (version 1.0)

Learning Algorithms for Dynamic Treatment Regimes

Description

Dynamic treatment regimens (DTRs) are sequential decision rules tailored at each stage by potentially time-varying patient features and intermediate outcomes observed in previous stages. There are 3 main type methods, O-learning, Q-learning and P-learning to learn the optimal Dynamic Treatment Regimes with continuous variables. This package provide these state of arts algorithms to learn DTRs.

Copy Link

Version

Install

install.packages('DTRlearn')

Monthly Downloads

12

Version

1.0

License

GPL-2

Maintainer

Ying Liu

Last Published

October 23rd, 2015

Functions in DTRlearn (1.0)

predict.linearcl

Predict
predict.qlearn

Predict optimal treatment by Qlearning
make_classification

Data Simulation for single stage
Olearning

Multiple stage Olearning
Olearning_Single

Single stage improved O-learning
Qlearning_Single

Single Stage Q learning
plot.linearcl

Plot the linear coefficients
wsvm

Improved Single Stage O-learning
plot.qlearn

Plot the linear coefficients of interaction
Plearning

Plearning
predict.rbfcl

Predict
Qlearning

Q-learning
make_2classification

Data Simulation for 2 stages
DTRlearn-package

Dynamic Treatment Regimens Learning