Michael S. Truong
Michael S. Truong
I don't know how to make a simple reprex of this or if this should be considered a separate issue or if this is even a `brms` issue, but on...
> Does the same problem happen when you use the rstan (vs. cmdstanr) backend? I only used default arguments, so I guess it should be `rstan`. For what it's worth,...
For what it's worth, on `brms version 2.22.6` and `Ubuntu 22.04`, I still get the `Warning message: In socketConnection(master, port = port, blocking = TRUE, open = "a+b", : localhost:11049...
> Hi, thanks for reporting this. I didn't even know RStan called `apropos` but I guess many years ago it was used here on line 82: > > https://github.com/stan-dev/rstan/blob/9b8d8fe715f1d51063621e6ca01d6265b02356fe/rstan/rstan/R/rstan.R#L77-L97 >...
I think there's a couple approaches. The simplest might be to just copy the way `type_spineplot` does things and pass it to `mosaicplot`. I think this should work? Beyond that,...
Can confirm, September 17/2025
I just realized that `escalc` seems to already support converting `r` to Hedge's G, but it may require that `m1i, m2i, sd1i, sd2i, n1i, n2i` be specified even though they...
Thank you for informing me about this issue. I'm surprised that neither Section 11.6.3 nor Figure 11.2 of the handbook raise the assumption of the point-biserial correlation coefficient. Would you...
Thanks for the quick fix! @wviechtb I'll try to take a look at it when I get a chance
> One usage pattern is to build (or extend) a container at the time you want to snapshot, tag it appropriately --- and then in the future access that container...