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: standard error of variance covarance
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
RE: st: standard error of variance covarance
Date
Sat, 10 Jul 2010 22:06:31 +0200
<>
-mata- will do this easily:
***********
sysuse auto, clear
reg price weight foreign trunk
mata: mata clear
putmata price weight foreign trunk
mata: vectorSE=sqrt(diagonal(st_matrix("e(V)")))
mata: vectorSE
***********
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of sun samn
Sent: Samstag, 10. Juli 2010 22:03
To: [email protected]
Subject: RE: st: standard error of variance covarance
If you have the covariance matrix like, A, use "colshape(A,1)" to change it
into a column vector, like B, then try to get the stand error of B.
----------------------------------------
> Date: Sat, 10 Jul 2010 08:35:56 +0100
> From: [email protected]
> To: [email protected]
> Subject: RE: st: standard error of variance covarance
>
> Yes, I do mean that. I'm trying to find standard error for elements of the
> variance-covariance matrix.
>
> On Jul 9 2010, sun samn wrote:
>
>>
>>
>>
>>
>>do you mean the variance-covariance matrix?
>>
>>
>>
>>
>>
>>----------------------------------------
>>> Date: Fri, 9 Jul 2010 11:39:45 +0100
>>> From: [email protected]
>>> To: [email protected]
>>> Subject: st: standard error of variance covarance
>>>
>>> Dear all, I'm trying to find standard error of variance and covariances
>>> (pairwise) of (20) variables. How do I do that? Many thanks!
>>>
>>> *
>>> * 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/
>>
>>_________________________________________________________________
>>Hotmail: Free, trusted and rich email service.
>>https://signup.live.com/signup.aspx?id=60969
>>*
>>* 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/
>>
>
> *
> * 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/
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969
*
* 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/
*
* 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/