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
Industry-level data analysisDear Statalist community, I'm new here, this is my first post and would like to kindly ask you for …
bootstrap for internal validation: how can we get the bootstrap estimated AUC with a multiply imputed data?Dear Statalist, I wish to get the apparent AUC of bootstrap internal validation in a multiple impute…
converting OR into RRHello, I am running a propensity score analysis where imbalanced covariates are adjusted for using …
Question about entity fixed effect and time fixed effectHello everyone, my name is Andy, I'm new here. I had a problem while working on my final essay, the …
Probit and ordered probit IV post estimationDear all, I will please like to know how we can perform some tests for probit and ordered probit mo…
Subscribe to:
Post Comments (Atom)
0 Response to option 3aster not allowed
Post a Comment