Description Usage Arguments Details Value Methods (by generic) References See Also
A collection of Individualized Treatment Rule frameworks.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | itrDOWL(object, valid = NULL, regCtrl, wclsCtrl, ...)
itrOWL(object, valid = NULL, wclsCtrl, ...)
itrVT(object, valid = NULL, regCtrl, ...)
itrSimple(object, valid = NULL, regCtrl, ...)
EndLot(object, valid = NULL, ...)
LASSO(object, valid = NULL, ...)
OWL_LASSO(object, valid = NULL, ...)
VT_Single(object, valid = NULL, ...)
VT_Ensemble(object, valid = NULL, ...)
## S4 method for signature 'TrtDataObj'
itrDOWL(object, valid = NULL, regCtrl, wclsCtrl, ...)
## S4 method for signature 'TrtDataObj'
itrOWL(object, valid = NULL, wclsCtrl, ...)
## S4 method for signature 'TrtDataObj'
itrVT(object, valid = NULL, regCtrl, ...)
## S4 method for signature 'TrtDataObj'
itrSimple(object, valid = NULL, regCtrl, ...)
|
object |
A |
valid |
A |
regCtrl |
A |
wclsCtrl |
A |
... |
Other parameters passed to |
These itr
frameworks all works for the personalized treatment problems with
two treatmnet labels. Different frameworks would call either regression methods
or classification methods, or both. Methods of the same type could be applied in the
same framework.
Returns a ITRObj
object.
itrDOWL
: Doubly Weighted Outcome Learning Framework. This procedure first calls a
regression model to estimate E(Y|X), the expected treatment effect averaged on all
treatments. Then it calls a weighted classification to estimate the ITR.
itrOWL
: Outcome Weighted Learning Framework. This procedure directly calls a weighted classification
to estimate the ITR by outcome weighted learning.
itrVT
: Virture Twins Framework. This procedure calls the same method to fit two regression
models for patients with either treatment. The ITR is determined by comparing the predictions
with both models.
itrSimple
: Simple Regression Framework. This procedure fits one regression model with
A*Y ~ X, where A from 1, -1 is the treatment label, Y is the continuous outcome and X is the
predictors.
Outcome Weighted Learning
Virtual Twins
A simple Regression
TrtDataObj-class
ITRObj-class
regCtrlPanel
wclsCtrlPanel
reg
wcls
cvGrid
ensemble
cvKfold
workflow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.