Nothing
heterogeneity_CLAN()
, that investigates the presence of treatment effect heterogeneity along all CLAN variables.get_best()
that returns the best learner.get_CLAN()
to not plot ATE estimates when plot = TRUE
.isa()
with inherits()
to avoid reliance on R >= 4.1
.parallel
argument in GenericML
to FALSE
.1:length(x)
-like loops with safer seq()
-based counterparts.if()
conditions comparing class()
to string with the safer isa()
.setup_plot()
that returns the data frame that is used for plotting. Also, made the addition of ATEs in plots optional via the argument ATE
in plot.GenericML()
.GenericML_combine
, which combines multiple GenericML
objects into one.glmnet
in the tests and examples will be skipped on Solaris machines. Note that this does not prevent an error on Solaris because glmnet is still a Suggest
of GenericML
and glmnet
v4.1.3 cannot be reliably installed on Solaris machines.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.