bbolker / broom.mixed

tidy methods for mixed models in R
228 stars 23 forks source link

Fix tidy.brmsfit() output for model without a `ran_pars` component #148

Closed matthieu-bruneaux closed 6 months ago

matthieu-bruneaux commented 9 months ago

Fixes #147.

Changes to R/brms_tidiers.R:

Changes to inst/extdata/run_examples.R:

Changes to tests/testthat/test-brms.R:

bbolker commented 6 months ago

Sorry this slipped through the cracks!

matthieu-bruneaux commented 6 months ago

Thank you for accepting this PR @bbolker! And thanks a lot for the great package!