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
Calculating common ownership based on a formula with multiple summationsDear all, Assume that we have a dataset that has the following form: Code: input firm_id year …
Overlapping labels of pie chartDear Statalisters, I have to report several pie charts in a study. However, I face with the problem…
Correlation of one variable between players in panel dataHi all, I am working with a panel dataset regarding financial products. The dataset has about 200,0…
Loops within weeklong periodHello Statalist. Happy New Year. This post is an extension of a previous post of mine that I've yet…
Want to regress institutions and some qualitative variables on GDPI want to regress institutions and some qualitative variables on GDP, I know that institutions varia…
Subscribe to:
Post Comments (Atom)
0 Response to Extract coefficients and SE from stored estimates
Post a Comment