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
Psmatch2 and next steps for survival analysisHello, I have run psmatch2 on my observational dataset and would appreciate some guidance on how to…
outreg2Hello, I have a question regarding exporting the Stata table using outreg2. The following is my cod…
long string matchingI have 2 data sets of products 1) asicc product codes and corresponding product names 2) hs 1996 pro…
keeping only unique values using egen concatHello, I am trying to generate an indicator called mo_all using egen and concat that records all th…
How does rforest handle missing values?Hi, I am trying to understand how the rforest command in Stata handles missing values in the indepe…
Subscribe to:
Post Comments (Atom)
0 Response to Suest after fracreg
Post a Comment