analyzing wage discrimination using oaxaca_rif
However, Some problem have occur.
I did the following
-------------------------------------------------
local i = 10
while `i' <= 90 {
oaxaca_rif lnwage age age2 if fsize==2, by(gender) wgt(1) rif(q(`i'))
local i = `i'+10
}
----------------------------------------------------
then, the following message appeared and it did not execute.
"dropped coefficients or zero variances encountered specify -noisily- to view model estimation output specify -relax- to ingnore "
anyone know how to fix it?
Related Posts with Oaxaca_rif error
invalid (variable) r(198) - What does this mean?Hi there, I am trying to run a factor analysis on state ( Code: factor, R1, R2, etc, pcf however…
-xtabond2- with interaction termHi Stata Experts: I am using xtabond2 to estimate the impact of interaction term on outcome variabl…
Check values from one variable against another variableHello, I'd like to write a code which checks if the values in one variable appear atleast once in a…
-xtdpdml- with interaction termHi Stata Experts: I would to use -xtdpdml- to estimate dynamic panel cross-lagged model. My model …
Two-way repeated measures ANOVA, can't handle size of data? (maxvar too small, r (907) ; )Hello, I am trying to run a two-way repeated measures ANOVA but can't. I am not sure if it is a prob…
Subscribe to:
Post Comments (Atom)
0 Response to Oaxaca_rif error
Post a Comment