I am running models with the ivqte command, which estimates unconditional quantile regressions, as described by Frolich & Melly (2010). ivqte appears to only store the treatment variable coefficient in the coefficient matrix, and not any of the control variables. Here is an example piece of code:
ivqte hhwealth_h_post14 (will), q(.25 .50 .75) variance ///
continuous(hhwealth_h_pre14 agedeath sagedeath children d_parents d_siblings)
when typing ereturn list, one sees that the coefficient matrix only stores three values: "e(b): 1 x 3" storing one coefficient at each quantile (25th, 50th, 75th). This contrasts with my conditional quantile regression models, which use the qreg command and store all coefficients in the estimates matrix. For the above specification, if I were to instead use qreg, ereturn would show the matrix as "e(b): 1 x 8".
Is there a way to identify or store estimates of all explanatory variables included in ivqte?
Related Posts with Coefficient Matrix in Unconditional Quantile Regressions
Listing cohorts: Number of firm-year observationsHello Guys, My sample period is 1976 to 2016 (fyear in the attached dta file and gvkey is the firm …
How to Interpret Coeficient as a Result of Structural Coeficient ModelHi, Previously, I asked about my model using SEM in Stata. I already run the data and i got this res…
Combine multiple graphs within one graphHi All, I need to run multiple analyses where I keep adding more covariates to the model. I want to …
Margins expression option not working, or am I doing something wrong?Hi, I am trying to obtain some simple slopes in exponentiated form for the effect of a continuous va…
Analysis on subset of dataset and aggregationHi, I am trying to do the following. The command inequal7 is able to give various inequality measur…
Subscribe to:
Post Comments (Atom)
0 Response to Coefficient Matrix in Unconditional Quantile Regressions
Post a Comment