Skip to content

R package to allow tidybayes to work with the rethinking package

Notifications You must be signed in to change notification settings

py9mrg/tidybayes.rethinking

 
 

Repository files navigation

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!

About

R package to allow tidybayes to work with the rethinking package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%