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
Out-of-sample forecastingHello, I'm trying to forecast an arima(1,0,1) model with 4 variables out of sample. The dataset run…
calculating Growth rates with a gap of 3 years in a panel dataDear statlist, I am working on a panel data set and need to calculate growth rates of each panel ID…
Graphical analysis of ratesHello, I am new to STATA and am using Version 15. Due to the confidential nature of my data I canno…
Using indented foreach and forvaluesDear all, I am trying for the first time to use foreach and forvalues, but with little success. The …
Problem using ptrend commandHello! I am trying to use the ptrend command to look at my binary y variable and categorical x vari…
Subscribe to:
Post Comments (Atom)
0 Response to Suest after fracreg
Post a Comment