Hello all,
This seems like a simple question.
I wanted to compare coefficients from two models estimated using fracreg command (fractional logit).
*******
fracreg logit quality robots if industry==1
est store ind1
fracreg logit quality robots if industry=2
est store ind2
suest ind1 ind2
*******
I get this error message:
"ind1 was estimated with a nonstandard vce (robust)"
I found that this is because fracreg by default uses vce(robust), while suest does not permit vce(robust), nor vce(jackknife) or vce(cluster) - the other vce options available with fracreg.
I was wondering sure if there was a way to run fracreg by changing the robust option, or an alternative way to compare the coefficients.
Regards,
Joseph Bakker
Related Posts with Suest after fracreg
Missing deciles with Portfolio SortHi, I have the following problem. When using the fastxtile command to sort my values into deciles, …
Why does Stata allow a random effect without a level-1 effect?The command for an HLM model in Stata is: Code: mixed depvar indepvars . . . || levelvar: revars, …
Select US listed companies only (Compustat)Hi all, I would like to select only the firms (gvkey) in my dataset which are listed in the US (US …
Annualized Sharpe ratios and VolatilitiesGood morning, I have Monthly excess returns of two portfolios P1 and P8 over 29 years. For my maste…
How to estimate the risk difference with margins after meprobitDear Statalist, Happy new year! Here is my question: Code: clear set seed 2020 set obs 400 set …
Subscribe to:
Post Comments (Atom)
0 Response to Suest after fracreg
Post a Comment