Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: Storing coefficients from regressions


From   "Darren White" <[email protected]>
To   <[email protected]>
Subject   Re: st: Storing coefficients from regressions
Date   Mon, 08 Jul 2013 13:51:04 +1000

Hi Anup

You have two options either the standard (older) matrix language or MATA ( the newer more powerful matrix language)

For the older version the command: ereturn list typed after the regression  will show you what's  available for use . You can then easily compile a mtarix of co-effs and SE ( e(V) is the variance matrix), in looped fashion. You can
compile a matrix of 10k lines maximum

Type "help matrix" in the command window to get you started with matrix commands and syntax.

regards

Darren

>>> Anup Nandialath <[email protected]> 7/8/2013 1:40 pm >>>
Dear Statalisters,

My objective is to run regressions conditional on two variables (Year with
a range from 2000 to 2010 and another Categorical Variable which takes
values from 1 to 10). Effectively I want to run 10 regressions for each
year in my sample and collect the coefficient (b) and its associated
standard error.

My question is if there is a way in stata to collect the coefficients in
matrix form where the rows constitude the year and the columns constitute
the values of the categorical variable and each corresponding cell is
filled with the coefficient (b) and its se.

Thanks in advance for your help!!

Kind Regards
Anup
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search 
*   http://www.stata.com/support/faqs/resources/statalist-faq/ 
*   http://www.ats.ucla.edu/stat/stata/


********************************************************************************
This email, including any attachments sent with it, is confidential and for the sole use of the intended recipient(s). This confidentiality is not waived or lost, if you receive it and you are not the intended recipient(s), or if it is transmitted/received in error.
Any unauthorised use, alteration, disclosure, distribution or review of this email is strictly prohibited.  The information contained in this email, including any attachment sent with it, may be subject to a statutory duty of confidentiality if it relates to health service matters.
If you are not the intended recipient(s), or if you have received this email in error, you are asked to immediately notify the sender by telephone collect on Australia +61 1800 198 175 or by return email.  You should also delete this email, and any copies, from your computer system network and destroy any hard copies produced.
If not an intended recipient of this email, you must not copy, distribute or take any action(s) that relies on it; any form of disclosure, modification, distribution and/or publication of this email is also prohibited.
Although Queensland Health takes all reasonable steps to ensure this email does not contain malicious software, Queensland Health does not accept responsibility for the consequences if any person's computer inadvertently suffers any disruption to services, loss of information, harm or is infected with a virus, other malicious computer programme or code that may occur as a consequence of receiving this email.
Unless stated otherwise, this email represents only the views of the sender and not the views of the Queensland Government.
**********************************************************************************


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index