tidybayes.rethinking icon indicating copy to clipboard operation
tidybayes.rethinking copied to clipboard

R package to allow tidybayes to work with the rethinking package

Results 2 tidybayes.rethinking issues
Sort by recently updated
recently updated
newest added

In the example on p. 143-144 of Rethinking, 2nd ed, we have ``` # d has columns A, M, and D m5.3A

As issue #15 reports, `rethinking::sim(model, new_data, vars = c("foo", "bar"))` returns a named list of matrices: one for "foo" and one for "bar" as dependent variables. `predicted_draws()` expects `sim()` to...