fable
fable copied to clipboard
breusch_godfrey()
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()