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
Stata/MP 16: op. sys. refuses to provide memoryHi, I am having trouble with memory. My file size is 86mb and I have a memory of 8GM. I am using Sta…
Question about replace with multiple Criteria based on identifierHello friends. I have a dataset like this: ID Qualification Score A BS A Graduated A MS …
Doubts on autocorrelationDear Statalist users, I am kind of new with Stata and I'd really appreciate your help. I have been w…
Stata/MP 16 memory issueHi, I am having trouble with memory. My file size is 86mb and I have a memory of 8GM. I am using Sta…
Stata/MP 16 memory issueHi, I am having trouble with memory. My file size is 86mb and I have a memory of 8GM. I am using Sta…
Subscribe to:
Post Comments (Atom)
0 Response to Extract coefficients and SE from stored estimates
Post a Comment