Displaying 1 result from an estimated 1 matches for "fitjm".
Did you mean:
itjm
2012 Oct 05
0
jointModel error messages
...when trying different things and
> just can't seem to get around them all.
>
> The code I use is as follows:
> fitLME = lme(cd4~trt+time, random=~time|num, data=mnuts2); summary(fitLME)
> fitSURV = coxph(Surv(fail.time, SI.code)~trt, x=TRUE, data=cov);
> summary(fitSURV)
> fitJM = jointModel(fitLME, fitSURV, timeVar="time",
> method="piecewise-PH-GH"); summary(fitJM)
>
> Both the lme and coxph functions work fine and both give the same sample
> size (though sometimes I get the unequal sample size error that I see
> others have experience...