Closed JulietteOrtholand closed 1 year ago
Unfortunately, there is no functionality currently to compute that directly. You will indeed need to do it by hand.
Hi,
I computed it manually using simulated data but I found almost 2 times what I expected... Could you please confirm the following:
By default, using a longitudinal function phi(t) and no covariate, your hazard function is hazard(t) = h_0(t)exp(Bphi(t)), with h_0 modelled by gammas and B a fixed effect. Thus to get the median survival of the population using the patient with random effects equal to 0:
Note that I use all the mean values of the fixed effects and gammas.
Hi,
I am looking to access a proxy of the median survival of a population. As far as I understand your joint model, the survival process is modelled by splines for which median parameter values are available after fit at
jm$statistics$Median$bs_gammas
. I am wondering if it is possible to access the median survival learnt for the patient with the null random effect more easily than by hand computation with the extracted values of the bs_gammas.Many thanks,
Juliette