William Lai

Results 19 comments of William Lai

Same for me when following the example: https://github.com/hrbrmstr/waffle Are there any updates on this?

Perhaps also a warning when there are NA rows that are to be dropped when `.missing` is not supplied.

Is it expected though? Judging by the links in your first post I don't think it is. I'm a long time user and had this issue yesterday. I didn't realise...

This seems to fix it. But it shouldn't display the decimals in the first place. > list(tickformat = ',d')

Was there an answer to this? I have a similar issue: ``` mtcars_radar % tibble::as_tibble(rownames = "group") %>% dplyr::mutate_at(vars(-group), scales::rescale) %>% tail(4) %>% dplyr::select(1:10) ggradar::ggradar(mtcars_radar) + ggplot2::facet_wrap(vars(group)) ``` > Error...

In [8.1 Building an interaction](https://bookdown.org/content/4857/conditional-manatees.html#building-an-interaction) > Let’s ignore $Uv for now… Should be $U$ Which is [here in your code](https://github.com/ASKurz/Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse_2_ed/blob/master/08.Rmd#L68).

The chapter numbering seems to be off in Chapter 7. e.g: * [7.5.0.1 Overthinking: WAIC calculation](https://bookdown.org/content/4857/ulysses-compass.html#overthinking-waic-calculation) is after 7.4.2 in the book. * [7.5.1 Comparing CV, PSIS, and WAIC](https://bookdown.org/content/4857/ulysses-compass.html#comparing-cv-psis-and-waic) should...