Ben Bolker

Results 84 issues of Ben Bolker

This is related to https://github.com/rstudio/rmarkdown/issues/1449, but the standard solution (identify a raw LaTeX block) isn't working for me. HTML output looks like this: ![Screenshot from 2022-01-11 16-11-13](https://user-images.githubusercontent.com/78918/149022550-0aa8e299-1394-4767-9da6-e071021eed29.png) (note that "\small"...

question

Some miscellaneous functionality [here](https://gist.github.com/bbolker/5ba6a37d64b06a176e320b2b696b6733) for - scientific notation with superscripts (i.e. 10^3, 10^4, etc.) - latitude/longitude scales These could be further improved by - allowing for a LaTeX (intended for...

I just had a request for the algorithm used by `geom_encircle()`. This is what I sent; I ought to flesh this out slightly and add it to the docs. (1)...

this is pretty trivial, but I'm just putting it here to register/remind myself of it. I've often wished for a combined `geom_pointlines()` for use cases like ``` ggplot(...) + geom_point()...

I'd like to use `pander.ftable` as recommended e.g. [here](http://stackoverflow.com/questions/26429740/preserve-row-column-labels-from-table-using-kable-and-knitr/26431328#26431328) to get nice tabular output with dimnames (row/column names) preserved ... I'm having some difficulties (sorry/thanks for your patience if these...

help wanted

This is a documentation 'fix' (I hope you agree it's an improvement) that highlights the point made in #118, i.e. that one can obtain a traditional boxplot with whiskers going...

is this the intended behaviour? ``` > qdap::replace_number("0 cookies") [1] "cookies" ``` see [discussion and diagnosis on Stack Overflow](http://stackoverflow.com/questions/38709392/qdap-package-bug-in-converting-zero-digits-to-zero-words/38709645#38709645) for more details ...

See [here](https://stackoverflow.com/questions/71928005/weird-output-of-tab-model-with-glmmtmb/71931515?noredirect=1#comment127120096_71931515) - `tab_model()` (or whatever machinery is underneath) incorrectly exponentiates the dispersion parameter estimates, which are already on the response and not the log scale - the dispersion parameter...

The first time I ran `local_linux_check()` it failed because I didn't have the `sysreqs` package and suggested this: ``` $ R -q -e "source('https://install-github.me/r-hub/sysreqs')" > source('https://install-github.me/r-hub/sysreqs') The install-github.me service is...

when there are interactions in the model, `by_2sd` tries to find the relevant columns of the model frame by parsing the names of the components in the interaction. This fails...