Keep category order in group means plot#450
Conversation
|
Warning Gemini encountered an error creating the review. You can try again by commenting |
|
Thanks! I have basically the same comments as in #448
If you would like to commit any changes to the
This makes it harder for users to understand which arguments are supported, because they're not explicitly documented.
The signatures we have in the other packages work fine. See https://github.com/easystats/datawizard/blob/main/R/means_by_group.R. That's why we don't need to handle dot-arguments, but can make additional arguments explicit. This code is then much easier to read and to maintain. |
|
I'm just adding one line to your code to make the category be treated as a factor. If you look at my pr for that line (which was the basis for the creation of the method) it is not like that and I don't really see what it adds to do it like that. |
|
Overall I think you are misreading this PR which, yes, does look odd but literally does just add one line. |

See #448