Hello,

How are the two following lines of code different in the way they treat the cluster variable because I seem to be getting very different results when running the two:

Code:
melogit outcome_var x1 x2 x3 || cluster_var, or
Code:
melogit outcome_var x1 x2 x3, vce(cluster cluster_var)
Thanks,
SH