I fit the full multinomial logit model for all four alternatives of my response variable and four restricted multinomial models in which one alternative is excluded:
estimates dir
---------------------------------------------------------------------------------------
name | command depvar npar title
-------------+-------------------------------------------------------------------------
m1 | mlogit IntlFW 280 all four
m2 | mlogit IntlFW 280 IntlFW != No Intl FW :IntlFW
m3 | mlogit IntlFW 280 IntlFW != AA1000 only :IntlFW
m4 | mlogit IntlFW 280 IntlFW != ISAE3000 only :IntlFW
m5 | mlogit IntlFW 280 IntlFW != Both AA1000 & ISAE3000 :IntlFW
---------------------------------------------------------------------------------------
I then increased the matsize to 800 (I have Stata IC) and the used the following code to conduct the suest test:
suest m1 m2, vce(cluster CompanyName) noomitted
However, I am getting the following warning and an empty results table: "Warning: variance matrix is nonsymmetric or highly singular"
I also used dataex to include some of my data with this question, but I Stata is giving me the following response:
dataex IntlFW i.NumTypeofAP GeoRevSeg ROA LMarketCap DisclosureIndex MandatedAssurance i.FSaud
> itorCode i.SVCGrouped i.NumHQ i.Fiscalyear, count(150)
factor variables and time-series operators not allowed
r(101);
Do you know what the warning in red above means and what I can do to get a proper response for my suest test? I would be very grateful for some help.
Related Posts with suest - variance matrix is nonsymmetric or highly singular
asdoc: version update - New features of font, table header formatting, etc. Export results to Word from StataVersion 2.3.3.2, dated Feb 23, 2019, is finally here, thanks for Kit Baum for updating it on SSC. Th…
Should I add age^2 when working with panel data or not?Hi all, I am analyzing the effect of marital status on life satisfaction for a period of 32 years o…
Help with scheme entries affecting rarea plots using marginsplotI am trying to create a scheme that changes the intensity, opacity, or color of a marginsplot when t…
Hep with spmap option polygonHi, Im working in a map of the metro area of Medellín, Colombia. So far good, but when I try to impo…
Relabel using grc1legI am trying to show 4 different graph plots in one same illustration. I am using the command grc1leg…
Subscribe to:
Post Comments (Atom)
0 Response to suest - variance matrix is nonsymmetric or highly singular
Post a Comment