tidyverts / fable

Tidy time series forecasting
https://fable.tidyverts.org
GNU General Public License v3.0
559 stars 65 forks source link

breusch_godfrey() #399

Open nipnipj opened 1 year ago

nipnipj commented 1 year ago

Hello! How can I use breusch_godfrey()? I'm using a TSLM model as follows without success.

mod <- data %>%
  model(
    LM = TSLM("formula here")
    )

mod %>% breusch_godfrey()