tidyverts / tidyverts/fable

breusch_godfrey()

Open
#399 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
R
Stars
588
Forks
71
Avg merge
1h 58m
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue only names breusch_godfrey() and a TSLM model pipeline; start by checking the function's documented interface and how it accepts the shown model object. Confirm the supported usage and capture a minimal working example or clarify the limitation, then update the relevant documentation if that is the intended outcome.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
documentation
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.