Hi,
I am exploring treatment x covariate interactions using IPDMETAN and run into a problem when including prediction intervals. The resulting forest plot repeats the presentation of the prediction interval where the confidence interval should be presented. I wonder if this is a bug in the code and if there is a relatively easy solution to this?
Many thanks for any help on this!
Alex
I am exploring treatment x covariate interactions using IPDMETAN and run into a problem when including prediction intervals. The resulting forest plot repeats the presentation of the prediction interval where the confidence interval should be presented. I wonder if this is a bug in the code and if there is a relatively easy solution to this?
Many thanks for any help on this!
Alex
Code:
ipdmetan, study(StudyName) re(reml,hksj) truncate(zovert) keepall by(_Int,force) rfdist or interaction forest( astext(65) textsize(90) boxsca(30) xlab( 0.01 0.1 1 10 100 ) favours("Favours greater treatment effect" "with older age" # "Favours greater treatment effect" "with younger age") : logistic Outcome Trt Trt##c.Age Age if Time == 4

Comment