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
Endogeneity test (for ordered probit model) after CMP command?I am using ordered probit model with (dummy) endogenous variable. I am interested to test the endoge…
Help on collapseHello! I am working on historical financial data. A small sample of my data looks like this: auto…
locals and varnamesDear all, say that i want to create new variables using a numlist as follows: Code: forvalues i=5(…
Coarsened Exact Matching (CEM)I have a dataset containing treatment and control firms. Each firm belongs to a technology class def…
How to add another variable as a label above stacked bar chartHi, First, I want to say that I don't have a good english. So,if something is not understood I can …
Subscribe to:
Post Comments (Atom)
0 Response to Oaxaca_rif error
Post a Comment