drizopoulos / JM

Joint Models for Longitudinal & Survival Data under Maximum Likelihood
34 stars 7 forks source link

Extract fitted lme object from the jointModel #46

Closed kmc8c3 closed 10 months ago

kmc8c3 commented 10 months ago

Can you extract or create the lme object from the jointModel function after you have fit the JM? If so, how do you go about doing it?

drizopoulos commented 10 months ago

No, you cannot extract an updated lme object after fitting the joint model.

kmc8c3 commented 10 months ago

Are there inbuilt functions in the package to run estimate and contrast statements on the updated lme object. Could you please point me to some examples. Thanks!