how to save coefficients in a table or matrix
Posted: Tue Jul 05, 2022 10:35 am
Hello, an idea to save (in a table or matrix) the coefficients resulting from regressions performed in a loop as below. Attention, the number of coefficients may vary because of the seqall method applied to a trend.
for %k …
equation {%k}_lt.breakls(method=seqall) log({%k}) @trend c @nv log(r) log(p_{%k})
next
Thank you for any help ;)
for %k …
equation {%k}_lt.breakls(method=seqall) log({%k}) @trend c @nv log(r) log(p_{%k})
next
Thank you for any help ;)