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
Divide the string including chinese into two columnsdear sir: I want to know how to divide the following strings into two columns, one for Chinese chara…
Help needed in exporting output from the groups commandI am trying to generate frequencies for a certain variable and the groups command from the package '…
IV-panel-xtivreg: zero coefficient; time fixed effectsHello Statalist! I'm doing the project about UIP(uncovered interest rate parity) and illiquidity ris…
Panel data regression - problems getting reasonable results on debt ratioHi everyone, I'm running a regression on my panel data, where the results I'm getting on my debt ra…
Unbalanced Panel - Selection Bias due to unequal time periods onlyHi everyone, I have an unbalanced panel data per Stata as seen here: Code: . //Setting panel var…
Subscribe to:
Post Comments (Atom)
0 Response to option 3aster not allowed
Post a Comment