Please start a new thread with such a completely different question. You need Oaxaca-Blinder in the title.
-
Login or Register
- Log in with
clear
set obs 100
set seed 2803
forval j = 1/5 {
gen y`j' = runiformint(1, 5)
}
tabm y?
tabm y?, row
tabm y?, col
clear
set obs 100
set seed 2803
forval j = 1/5 {
gen y`j' = runiformint(1, 5)
}
tabm y?
tabm y?, row
tabm y?, col
Comment