I am looking for a way of extracting coefficients and standard errors(SE) after storing them. For example
qreg outcome x1 x2 x3, quantile(25)
estimates store q25
qreg outcome x1 x2 x3, quantile(50)
estimates store q50
Then later, I would like to do something like
test [q25]x1 = [q50]x1
I know sqreg could do the quantiles simultaneously but I find at times that sqreg gives the error message
same model cannot be used to estimate both quantiles; sample size probably too small r(498);
However, the sample size = 26K and then I can still do the quantile regression singly using qreg.
I would also like to get a list of what is stored in my stored estimates - similar to ereturn list after an estimation command.
Thanks in advance for taking the time to consider this,
Don
Related Posts with Extract coefficients and SE from stored estimates
coefficients for covariates under inverse probability weighting modelHello, i know Code: teffects ipw or Code: teffects ipwra estimate the treatment effect on the …
xtpqmlHello, I was wondering what adding xtpqml to an analysis does? How are the results influenced? Thank…
weight must be constant within ID in panel dataI first use logit to predict the likelihood of observations being treated. Then I calculated Inverse…
identify years of violations.Dear All, I find this question here (https://bbs.pinggu.org/forum.php?mod...=1#pid56831974). The dat…
Clustered sandwich estimator gives very differ error in gllamm, xtlogit and xtlogit bootstrapHi there I work in the rodent learning field and have been trying to model the effect of different …
Subscribe to:
Post Comments (Atom)
0 Response to Extract coefficients and SE from stored estimates
Post a Comment