Brenton M. Wiernik

Results 872 comments of Brenton M. Wiernik

@slowkow Per the discussion here, you could directly support ggtext by making the text grob drawing function configurable. Something like, `grob = "shadowtext"` as the default with `grob = "richtext"`...

I’m working on a CSL-JSON package. I can adapt better BibTeX’s translator to create a Bib(La)TeX converter in it.

That makes sense. It might be good to error or at least give a warning that the product term was ignored in whichRandom

Also, messages sent to/from the GV number don't display the "SMS" tag over the contact picture.

Oh, I did not see that before. That would work okay, but would be fiddly in a session to have to set the global variable back and forth. (I am...

> One way out could be to at some point add an aesthetic mapping interface to facets, e.g.: I personally would really love for `facet`, `row`, and `column` to be...

An example where grouped mutates with `.when` come to mind would be group-wise mean imputation of missing values or group-wise outlier trimming. ```r dat |> mutate(x = mean(x, na.rm =...

I think `effects = "group_specific"` would be good.

"Level" usually means the specific levels of the group factor though, and there's some confusion with the `group_level` argument. See also this response https://twitter.com/smartin2018/status/1390738366056960003?s=21

rank(x) refers to rank of the fixed effects design matrix