Hi,
I am using cdeco to decompose the effects of characteristics and coefficients in a quantile regression setting. This is a Oaxaca-Blinder decomposition type approach. cdeco is a user-written command provided by Chernozhukov, Fernández-Val and Melly (2013) which extends the work of Melly (2005). The code is available from Melly's personal website: http://www.econ.brown.edu/fac/Blaise...e_counter.html.
My data comes from a complex survey design. Therefore I use the svy command in stata as follows:
svyset [pweight=w_fstuwt], brrweight(w_fstr1-w_fstr80) vce(brr) fay(0.5) mse
When I run the command:
svy brr: cdeco pv $correl, by(year2) weight(1)
I receive this error:
cdeco is not supported by svy with vce(brr); see help svy estimation for a list of Stata
estimation commands that are supported by svy
r(322);
Does this mean that there is no way to account for the survey design with this command -cdeco-?
Moreover, is there a way to run the -qreg- command accounting for my survey design?
Thanks?
I am using cdeco to decompose the effects of characteristics and coefficients in a quantile regression setting. This is a Oaxaca-Blinder decomposition type approach. cdeco is a user-written command provided by Chernozhukov, Fernández-Val and Melly (2013) which extends the work of Melly (2005). The code is available from Melly's personal website: http://www.econ.brown.edu/fac/Blaise...e_counter.html.
My data comes from a complex survey design. Therefore I use the svy command in stata as follows:
svyset [pweight=w_fstuwt], brrweight(w_fstr1-w_fstr80) vce(brr) fay(0.5) mse
When I run the command:
svy brr: cdeco pv $correl, by(year2) weight(1)
I receive this error:
cdeco is not supported by svy with vce(brr); see help svy estimation for a list of Stata
estimation commands that are supported by svy
r(322);
Does this mean that there is no way to account for the survey design with this command -cdeco-?
Moreover, is there a way to run the -qreg- command accounting for my survey design?
Thanks?
Comment