Skip to content

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 1.58 KB

README.md

File metadata and controls

executable file
·
32 lines (20 loc) · 1.58 KB

tidybayes.rethinking: R Package to extend tidybayes to work with the rethinking package

Build Status

Matthew Kay, University of Michigan, [email protected]

This package extends the tidybayes R package to support models from Richard McElreath's rethinking package. It is separate from the core tidybayes package because rethinking is not currently available on CRAN.

Installation

If you haven't already, install the rethinking package per the instructions on the rethinking page, and install tidybayes per the instructions on the tidybayes page.

Then, install tidybayes.rethinking from github:

install.packages("devtools")
devtools::install_github("mjskay/tidybayes.rethinking")

Examples

See the tidybayes documentation, or check out vignette("tidybayes") for a variety of examples.

Feedback and issues

I welcome feedback, suggestions, and issues! Contact me at [email protected]. If you have found a bug, please file it here with minimal code to reproduce the issue.

tidybayes grew out of helper functions I wrote to make my own analysis pipelines tidier. Over time it has expanded to cover more use cases I have encountered, but I would love to make it cover more!