- Extensive improvement to documentation throughout the package, including the
use of Roxygen macros like
\link{}
. - Addition of a new argument
returnCall
tosurvtmle
that allows disabling of the return ofcall
objects. This is useful for resolving the efficiency issues described in #40.
- Minor functionality updates, bug fixes and documentation edits:
- Removal of
geom_point
whenplot.tp.survtmle
with more than 1 time point. - Add
CITATION
functionality for using ofcitation("survtmle")
. - Add argument
cv
to allow altering cross-validation inSuperLearner
.
- Removal of
- Minor bug fixes and documentation updates.
- Adds support for the use of
speedglm
to fit the numerous regressions fit in the estimation procedure. Users may see warnings whenspeedglm
fails, in which case the code defaults back to standardglm
. - Fixes problems with the
plot.tp.survtmle
method induced, by changes in the inner working oftidyr
as oftidyr
v0.8.0. - Adds a method
confint.tp.survtmle
that computes and provides output tables for statistical inference directly from objects of classtp.survtmle
. This provides information equivalent to that output byconfint.survtmle
.
- The first public release made available on CRAN.