Hello, I am trying to use the dropout() subcommand on the user created program Traj, I use this command, however, the dropout() subcommand causes my stata to crash, after a while stata says not responding, It might be because the number of variables in the var() and ind() is very large, does anyone have any advice on how to utilize the dropout(), I need a model of dropout, without causing my stata to crash, I already tried setting the memory and variables to maximum.
traj, model(cnorm) var(cogtot27_55-cogtot27_90) order(1,3,3,1) indep(age_55-age_90) min(0) max(27) obsmar(death_indicator) weight(new_weight) dropout(00000)
traj, model(cnorm) var(cogtot27_55-cogtot27_90) order(1,3,3,1) indep(age_55-age_90) min(0) max(27) obsmar(death_indicator) weight(new_weight) dropout(00000)
Comment