Am 08.06.2016 um 13:24 schrieb Fernando Fernandes Neto:
Hi there,
I am building a "rolling" correlation between two series, using a loop
and smpl command. Given that, I'd like to know how can I save the
results of the "corr" command...
Does anyone have any idea?
Use the corr() function instead of the corr command and capture its
(scalar) return value.
hth,
sven