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
boottest now offers "bootstrap-c" advocated by Alwyn YoungAt the suggestion of James MacKinnon, I've added an option to boottest that lets you bootstrap the d…
Estimating the transcendental and trans log production functionsDear forum I'm new to Stata and would like to inquire about the commands if i want to estimate trans…
Using margins after gsem mlogit model.I am running a multilevel multinomial logit model Code 1: gsem (i.o1<- v1 v2 v3 c1 c2 M1[g1]@1),…
String to date variable with time when string does not follow the format DMY ## or DMYhmsHi all, I have a large set of string variables (too large to encode) that contain dates and specifi…
boottest now does "bootstrap-c" advocated by Alwyn YoungAt the suggestion of James MacKinnon, I've added an option to boottest that lets you bootstrap the d…
Subscribe to:
Post Comments (Atom)
0 Response to option 3aster not allowed
Post a Comment