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
Problem for append datasetsHello, I'm new with STATA, and i'm trying to perform an append of different datasets and there is a…
log-log regressionHi, i am trying to find out if it is possible to use the natural log of an interaction variable in a…
Look-up TablesHi, While I have used Stata for simple analysis for a while, I am starting to need to do more compl…
stcoxcal after multiple imputationHi, I have a dataset of 7,000 patients but multiple observations were missing (around 20-30% of the…
Is it possible to produce tables with rounded numbers in the Results window?I would like for numbers displayed in Stata's Results window to be rounded. To use an example, I'm e…
Subscribe to:
Post Comments (Atom)
0 Response to Coefficient Matrix in Unconditional Quantile Regressions
Post a Comment