Rolling regression coeficients

Hi!

I just learn the modeltime package, and tidymodels package.

I would like to run a rolling regression, and I want to get the rolling coeficients:
Y = \alpha_t X1 + \beta_t X2

Hi @willmjr,

Check out the broom package for summarizing objects output from modelling, and the coef() function if you want to extract specific coefficients yourself.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.