Hello,
Every time I have a transition defined as follows with one or more internal knots and with the clock-forward time scale, the simulation gets stuck. It does not give an error but it keeps going and going.
params_surv(
coefs = coefs,
dist = "survspline",
aux = list(
knots = knots,
scale = "log_cumhazard",
timescale = "log"
))
The problem gets fixed either using a transition model on the clock reset time scale or by using a baseline with no internal knots. Do you have some ideas of what the problem may be or what I am doing wrong?
Best,
Caterina
Hello,
Every time I have a transition defined as follows with one or more internal knots and with the clock-forward time scale, the simulation gets stuck. It does not give an error but it keeps going and going.
params_surv(
coefs = coefs,
dist = "survspline",
aux = list(
knots = knots,
scale = "log_cumhazard",
timescale = "log"
))
The problem gets fixed either using a transition model on the clock reset time scale or by using a baseline with no internal knots. Do you have some ideas of what the problem may be or what I am doing wrong?
Best,
Caterina