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
Summing the values over specific range of variablesHello. I have a dataset on weekly hours that individuals worked for each week of the years. For exa…
Time trend in xtunitroot ht testHi everyone, I run the Harris-Tzavalis unit-root test with time trend as follows: xtunitroot ht in…
Lambert functionHi everyone, I would need to compute the Lambert function W(a) in Stata, but I cannot find a command…
Problem with multigroup SEMHello, I'd like to know what is the code for estimating the indirect effects in multigroup SEM. Fo…
Dunn Test Bonferroni Correction gives p-value of 1. Error?I did the Dunn test using the following code: Code: dunntest rating, by(outcome) ma(bonferroni) I …
Subscribe to:
Post Comments (Atom)
0 Response to Extract coefficients and SE from stored estimates
Post a Comment