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]

st: Append new row to existing matrix


From   "Sandy Y. Zhu" <[email protected]>
To   [email protected]
Subject   st: Append new row to existing matrix
Date   Sat, 24 Mar 2012 19:11:01 -0400

Hi guys:

How can I append a new row to an existing matrix? Basically, I'm
trying to update the matrix in a loop,

I have:

for i=1 to 900
{reg y x1 x2 x3
mat beta=e(b)

append e(b) to an existing matrix}

Basically, I  have 900 regressions to run, and I  need to save the
beta values from each regression. I would like to save them all in a
matrix, so the first row in the matrix saves the betas from the 1st
regression, the 2nd row would save the coefficients from the 2nd
regression, etc....


Thank you!

--
Yours sincerely,

Sandy Y. Zhu
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


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