easystats / effectsize

:dragon: Compute and work with indices of effect size and standardized parameters
https://easystats.github.io/effectsize/
Other
331 stars 22 forks source link

Fix #639 #640

Closed chainsawriot closed 1 month ago

chainsawriot commented 1 month ago

Description

Correct the partial matching of argument

Proposed Changes

See #639

mattansb commented 1 month ago

The effect = argument actually shouldn't be partially matched, it is referring to cases where there are multiple effect types, but we only want the fixed effects (not relevant for aov or aovList models, where I thought it was just "absorbed" into ...). So although your PR fixes this issue, it causes another issue.

I will try to think of a solution.

Originally posted by @mattansb in https://github.com/easystats/effectsize/issues/639#issuecomment-2129931394