Hi I was trying to run this regression but i am getting this error "option 3aster not allowed", i install outreg2 as well and using Stata 15.1, any suggestion how to fix this or alternatively better command to display this reg
xi: areg zhhworkedwageanyhh audit und fpm auditzknowsfamilygovt zavgadultedyearsinhh activitiesnumberpercapita zage zfemale zlhhexpcap zknowsfamilygovt zknowsfamilyH i.zrespondtype zrespondlate, cluster(kecnum) absorb(auditstrat)
local fe = e(df_a)
if `fe' == . {
local fe = 0
}
local depvar = e(depvar)
qui summ `depvar' if e(sample)
outreg2 word audit zknowsfamilygovt zknowsfamilyH activitiesnumberpercapita auditzknowsfamilygovt using tableauditnep, 3aster coefastr se adds("Mean dep. var",r(mean),"FE",`fe') replace title ("Nepotism")
xi: areg zhhworkedwageanyhh audit und fpm auditzknowsfamilyH zavgadultedyearsinhh zage zfemale activitiesnumberpercapita zlhhexpcap zknowsfamilygovt zknowsfamilyH i.zrespondtype zrespondlate, cluster(kecnum) absorb(auditstrat)
local fe = e(df_a)
if `fe' == . {
local fe = 0
}
local depvar = e(depvar)
qui summ `depvar' if e(sample)
outreg audit zknowsfamilygovt zknowsfamilyH auditzknowsfamilyH activitiesnumberpercapita using tableauditnep, 3aster coefastr se adds("Mean dep. var",r(mean),"FE",`fe') append
Related Posts with option 3aster not allowed
Pearson's Chi-Squared Test - Requesting help with tab2I am currently working on an extension for research that requires me to measure whether the allocati…
Variable labels lost due to reshapeHello, I have a dataset (first example below) that I reshape from wide to long. However I lost of th…
Seeking advice on how to accurately calculate marginal effects after multivariate probit regressionDear statalist users, Hope you all are doing well. I used Stata/MP 14.0 to run a multivariate probi…
Error message when conducting Heckman correlation testDear all, I am trying to use the Heckman correlation test to investigate the possibility of a selec…
Importing multiple excel worksheets using a loopHello everyone, I have a single excel file that has multiple worksheets, the worksheets are named C…
Subscribe to:
Post Comments (Atom)
0 Response to option 3aster not allowed
Post a Comment