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]
Ang: Re: st: Corrgram and values saved in r()
From
Tomas Lind <[email protected]>
To
[email protected]
Subject
Ang: Re: st: Corrgram and values saved in r()
Date
Thu, 14 Mar 2013 16:32:38 +0100
Works perfect. Thanks Maarten for your kind help.
/Tomas
[email protected] skrev: -----
Till: [email protected]
Från: Maarten Buis
Sänt av: [email protected]
Datum: 2013-03-14 11:38
Ärende: Re: st: Corrgram and values saved in r()
On Thu, Mar 14, 2013 at 11:03 AM, Tomas Lind wrote:
> I want to sum the absolut value of all PAC's up to lag 20
*------------------ begin example ------------------
webuse air2 , clear
tsset t
corrgram air, lags(20)
mata
st_numscalar( "abs_sum", sum(abs(st_matrix("r(PAC)"))) )
end
di abs_sum
*------------------- end example -------------------
(For more on examples I sent to the Statalist see:
http://www.maartenbuis.nl/example_faq )
Hope this helps,
Maarten
---------------------------------
Maarten L. Buis
WZB
Reichpietschufer 50
10785 Berlin
Germany
http://www.maartenbuis.nl
---------------------------------
*
* 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/
*
* 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/