Raymond R. Balise, PhD
Raymond R. Balise, PhD
Thank you for the much needed package and the great talk at R/Med. I am adding {`ggconsort`} into my workflows (and what I teach). The argument list when you show...
I love waffle. It belongs in the ggplot2 extension gallery. You should add it to https://exts.ggplot2.tidyverse.org/gallery/.
Hello John, Thank you so much for making xaringanBuilder. It has been a great help to me and my students. I am having a problem with it building a slide...
## Conditional Logistic Regression I don't see how to do conditional logistic regression in the TidyModels ecosystem. It is the workhorse for case/control studies in epidemiology. Google scholar finds ~75,000...
I attempted to use the read_mnist() function from dslabs and it returned this error: ``` Error in readBin(conn, "integer", n = prod(dim), size = 1, signed = FALSE) : cannot...
This line of code: `df % mutate_if(is.ordered, factor, ordered = FALSE)` no longer works because the `attrition` dataset has been moved to the `modeldata` package. Add `data("attrition")` before that line...
The code for Figure 4.4 no longer works because `broom::augment` does not add a `.resid` variable. If `.resid` is replaced with `.std.resid` the figure is produced.
In the middle of the page, the package's name should be pluralized.
The code for figure 3.1 does not render properly.  There is a known bug in boom::augment.lm() that causes this: https://github.com/tidymodels/broom/issues/937 This shows the guts of the problem: ``` library(broom)...
I was trying to demo `{reprex}` to students yesterday and when I used **Render reprex...** from the Addins context specific menu: and checked on **Preview HTML** the reprex was rendered...