Mao Kobayashi

Results 5 comments of Mao Kobayashi

I think it is better to replace `mutate_at()` with `mutate(acrros(...)) `. I will write and Pull Request if it is ok with the code replaced with `mutate(across(...))`.

Thank you for your reply. Replaced `mutate_at()` with `mutate(across(...))`. It should return the same results as before.

Speaking of which, because `across()` is a `{dplyr}` 1.0.0 or later function, can I rewrite the version specification in DESCRIPTION?

Oh, I thought I rewrote `buildModelCI.default()` (https://github.com/jaredlander/coefplot/pull/27/commits/9cf1590a594d95eb6b0026d950b6f6c9fcbfac1e), but did you not receive it? Was it incomplete? Did I do something wrong in my use of GitHub? Or maybe you also...

Thank you for your feedback. Certainly the description of the `multilevel` argument would be better that way. It prompted me to look deeper into the interactions between the `multilevel` and...