You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In section 4.3.6 the base R version t(apply(post[, 1:2], 2, quantile, probs = c(.5, .025, .75))) doesn't have a parallel tidyverse version.
One can use a solution like this:
In section 4.3.6 the base R version
t(apply(post[, 1:2], 2, quantile, probs = c(.5, .025, .75)))
doesn't have a parallel tidyverse version.One can use a solution like this:
The existing tidyverse code uses a superseded function
mutate_if
the code can be updated to (only the mutate function changes)Thanks for an excellent book!
The text was updated successfully, but these errors were encountered: