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
Trouble with stata outputs: graphing multiple catvars in a stacked bar format in stata, help with using Floatplot I’m not a data scientist so my jargon is going to be really off here but let me try to break this d…
Spatial shocks: when is collinearity too much?Hi, I am working with a municipality-level dataset. I am analysing the effect of immigration shocks…
Major concern about xtdidregress after checkingDear all Statalist, I am concerning the syntax for checking did released by Stata called xtdidregres…
How to generate count/ average no. of personi want to generate count of activity/average no. person. …
The problem with count if syntax regarding encoded string variablesFrom the dataset hospdd given by STATA (https://www.stata-press.com/data/r17/hospdd.dta), I want to …
Subscribe to:
Post Comments (Atom)
0 Response to option 3aster not allowed
Post a Comment