On Tue, 5 Jan 2016, Marc O'Callaghan wrote:
Dear all,
I am back with another, perhaps very nooby, question.
Namely:
I have successfully extracted 3rd-degree regressions from my
temperature data. My question is now, how can I find out the exact
coefficient of those regressions' x^3 ? More exactly, (how) can I
make a new series out of the regression coefficients for each year ?
Hoping I am being clear and thanks in advance,
I don't remember exactly, offhand, what the project was here, but it
sounnds like you need to look at the $coeff accessor (to grab the
exact coefficients after estimation) and the lincomb() function (to
create a series via a linear combination of terms).
Allin Cottrell