easystats / easystats/performance
Add normality check for "random effects" for `afex_aov`
Open
@mattansb is already working on this.
Since Apr 22, 2023.
Enhancement :boom:
- Dominant language
- R
- Stars
- 1.2k
- Forks
- 109
- Avg merge
- 6h 34m
- Merged PRs (30d)
- 8
Description
For within/mixed designs, similiar to check_normality(<merMod>).
- for
check_normality(<afex_aov>):- Detect the random deviations
- extract them (per-term)
- run test
- add plotting option in
{see}. - Update
afex(vignette("assumptions_of_ANOVAs", package = "afex"))
See old attempt here: https://github.com/singmann/afex/pull/69/commits/c97cab843b59d2644f60a6b491b55d29d9c5032b
And the proj function.
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.
Assessment
This issue has not been assessed yet.