Skip to content

tidybayes 1.1.0

Compare
Choose a tag to compare
@mjskay mjskay released this 04 Jun 15:47
· 444 commits to master since this release

New features and documentation:

  • Support matrices, n-d arrays, and lists of vectors in compose_data (#159)
  • Support nested vectors, matrices, n-d arrays, and ragged arrays through x[.,.] syntax in gather/spread_draws (#154)
  • Add detached-line-ribbon HOPs example for ordinal models in brms vignette

Bug fixes:

  • Fixed errors on CRAN from changes in brms
  • Properly handle dirichlet responses in predicted_draws (#164)