breusch_godfrey()
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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