model.frame.causalTree {htetree} | R Documentation |
Intermediate function for causalTree
Description
get model frame of causalTree, same as rpart
Usage
## S3 method for class 'causalTree'
model.frame(formula, ...)
Arguments
formula |
a formula, with a response but no interaction terms. If this is a data frame, it is taken as the model frame (see model.frame). |
... |
arguments to |
Value
a model frame for causalTree
.
[Package htetree version 0.1.18 Index]