Dear Stataexperts,
I have a question about postestimations of the "cluster2" ado file. I have estimated a model using two clusters (command: cluster2 dv iv1 iv2 iv3 iv4, fcluster(var) tcluster(var)). However, by using this model (and this ado file) I cannot test for model assumptions. For example, when I type in "estat hettest" or "estat imtest", stata says: "subcommand estat imtest is unrecognized".
I am able to use for example "estat ic". Besides, it is possible to use "estat hettest" if I would have just a normal regression as a model (without the ado file: reg dv iv1 iv2 iv3 iv4).
Does anyone know what I can do to solve this issue? I have tried (almost) everything!!
I have a question about postestimations of the "cluster2" ado file. I have estimated a model using two clusters (command: cluster2 dv iv1 iv2 iv3 iv4, fcluster(var) tcluster(var)). However, by using this model (and this ado file) I cannot test for model assumptions. For example, when I type in "estat hettest" or "estat imtest", stata says: "subcommand estat imtest is unrecognized".
I am able to use for example "estat ic". Besides, it is possible to use "estat hettest" if I would have just a normal regression as a model (without the ado file: reg dv iv1 iv2 iv3 iv4).
Does anyone know what I can do to solve this issue? I have tried (almost) everything!!
Comment