> -----Original Message-----
> From: Wolff [mailto:[email protected]]
> Sent: Monday, June 17, 2002 3:37 PM
> To: [email protected]
> Subject: st: Questions about matrix operations
>
>
> Hey folks,
> I have a simple problem. I have a regression with three variables. I
> would like to create a new variable equal to the sum of the estimated
> coefficients times the variable values. The coefficients are saved in
> the matrix e(b). I would like to do something like newvar=e(b)'*[var1
> var2 var3]. Since e(b)' is 1X3 and the next matrix is 3X1, I
> thought it
> would generate a scalar. Is there an easy way to accomplish this?
>
> Thanks,
> Eric
See the -matrix score- command (help matscore).
Note that [var1 var2 var3] matrix is 3xN, not 3x1, so this will generate
a variable, not a scalar.
Cheers,
Nick W.
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/