Greetings! I want to find out if there is a clever way to do a one-step-ahead moving window rolling regression using a vectorized operation like with apply, rather than a for loop. Does anyone have a code snippet they would like to share for how they do rolling regressions?!?! Thanks in advance!