fable icon indicating copy to clipboard operation
fable copied to clipboard

breusch_godfrey()

Open nipnipj opened this issue 1 year ago • 0 comments

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()

nipnipj avatar Aug 31 '23 19:08 nipnipj