NEWS | R Documentation |
predict
now accepts as options "mu"
and
"y"
for when the user-supplied newdata
object already has a valid treatment assignment.
Default type
argument for predict
is
now "mu"
.
bartc
argument crossvalidateBinary
renamed to crossvalidate
. Accepts one of TRUE
,
FALSE
, "trt"
, or "rsp"
. This feature
is experimental and discouraged from use.
"ite"
, "sate"
, "y.0"
, and
"y.1"
for generics now returns correctly.
Report thanks to Bryan Keller.
Confounders can be passed in as literals when using
data
argument. This can be of assistance in
using complicated formulae with many variables.
Passing check with tmle
version >= 1.5.0.
Fixed effects should now execute correctly.
Initial public release.