In Multinomial Logistic Regression, we can apply robust or cluster option.
Do we need to form panel to make use of the robust option?
mlogit $ylist $xlist ib3.Industry11_num ib1.advisor11_num, robust
mlogit $ylist $xlist ib3.Industry11_num ib1.advisor11_num, vce (cluster firmid)
without any robust or cluster option it changes from LR chi2 (69) to Lrwald chi2 (69) (the values become 20,000 etc). Does it matter of concern and sometime I even get blank values with no cluster option? Is it something to worry about.
Hope to get reply soon
Regards,
Andy
Do we need to form panel to make use of the robust option?
mlogit $ylist $xlist ib3.Industry11_num ib1.advisor11_num, robust
mlogit $ylist $xlist ib3.Industry11_num ib1.advisor11_num, vce (cluster firmid)
without any robust or cluster option it changes from LR chi2 (69) to Lrwald chi2 (69) (the values become 20,000 etc). Does it matter of concern and sometime I even get blank values with no cluster option? Is it something to worry about.
Hope to get reply soon
Regards,
Andy
Comment