step_lencode_mixed() Documentation Typo
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 146
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Thank you for your work on this package.
The problem
I think there's a typo in the documentation of the step_lencode_mixed() function. The documentation states in the Details section:
A hierarchical generalized linear model is fit using lme4::lmer() or lme4::glmer(), depending on the nature of the outcome, and no intercept via
lmer(outcome ~ 1 + (1 | predictor), data = data, ...)
Shouldn't it say: ', and an intercept via' instead? The lmer formula shown has an intercept.
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
Open the documentation for step_lencode_mixed() and read its Details section alongside the shown lmer() formula. Correct the wording about the intercept so it matches the formula, then check that the rendered documentation states the intended behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 90/100