NEWS | R Documentation |
fix bug when calling survfit
for computing initial probabilities.
add bysim
argument to simulate
.
make sure checkGrad
is respected by update
.
predict
computes q
with K
elements
if not given (as plot
always did).
Make sure times
are ordered before calling
survival::summary.survfit
.
Introduce as.mlt
generic.
Introduce a coef
slot in ctm
objects
and a corresponding coef<-
and coef
method for setting and extracting coefficients
to and from unfitted conditional transformation models.
predict
, simulate
and plot
work on ctm
objects (with meaningful coefficients)
now.
Some small improvements wrt run time and memory consumption.
Use theta = coef(object)
as default starting parameters in update()
.
logLik
has a new newdata
argument.
simulate
has a new q
argument.
The mlt package was first published on CRAN.