easystats / easystats/performance
Support for gamm4
Open
Nobody has claimed this yet.
Enhancement :boom:
- Dominant language
- R
- Stars
- 1.2k
- Forks
- 109
- Avg merge
- 6h 34m
- Merged PRs (30d)
- 8
Description
model <- gamm4::gamm4(mpg ~ s(hp), data=mtcars)
performance::performance(model)
#> Warning: Objects of class 'list' are no valid model objects.
#> NULL
model <- gamm4::gamm4(mpg ~ s(hp), random = ~ (1|vs), data=mtcars)
performance::performance(model)
#> Warning: Objects of class 'list' are no valid model objects.
#> NULL
Created on 2021-02-16 by the reprex package (v0.3.0)
Contributor guide
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
No file or test is named. Start by reproducing the two gamm4 examples from the issue and inspect how performance handles model objects; done means both gamm4 model forms are accepted without the invalid-object warning and return performance results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100