dhalpern

Results 3 issues of dhalpern

This is following up on a [post](https://discourse.julialang.org/t/mixed-multi-membership-models-in-julia/42005) on the Julia discourse board. In several mixed modeling packages in R, it is possible to fit multi-membership models where each row in...

enhancement

I'm not totally sure if this is a feature or a bug but many pairwise comparisons drop 0s in the output. For instance, in the pairwise count example ``` dat

I think the create_inits function ([here](https://github.com/avehtari/casestudies/blob/640547bb79ca5137882bf7045ea36cc790b6b9d0/Birthdays/birthdays.R#L88)) needs to replace the line `pareto_smooth(w, tail='right', r_eff=1)$x` with just `pareto_smooth(w, tail='right', r_eff=1)`. According to the most recent [posterior documentation](https://search.r-project.org/CRAN/refmans/posterior/html/pareto_smooth.html), `pareto_smooth` will only return...