Brenton M. Wiernik

Results 872 comments of Brenton M. Wiernik

> Sidebar: in your example since you only have a few samples per group I would use regular old dotplots, not quantile dotplots. If you drop the quantiles argument from...

The major advantage of SPI over HDI is reduced Monte Carlo error error. https://doi.org/10.1007/s11222-015-9563-8 Both HDI via empirical shortest distance algorithm and SPI via the method linked above are implemented...

@DominiqueMakowski I think you had some simulation code for comparing intervals set up? Could you compare 80% and 95% intervals for HDI, HDCI, and SPI?

One idea for all of these would be to drop the second o on the first % and the first o on the second %, then elongate the center operator...

The way predict works for most R modeling functions is that it takes the data frame supplied and then evaluates the model formula or terms with that data frame as...

Hey @wviechtb I've pulled together some functions to help construct a model matrix from a data frame in `newmods` https://gist.github.com/bwiernik/9602623e092662bcc70e9b37f78c838b Now that the modeling objects return the data argument (https://github.com/bwiernik/metafor/commit/1c571656e7e482d9db8026523c2b9faf5d423019),...

Let me clarify a few things: 1. Yes, this is a just a helper for my students 2. Great! 3. If I were to make a pull request, I would...

@wviechtb In psychmeta and easystats, we use attributes to store some of those sorts of things

@yrosseel Which bifactor rotations are you intending to implement? The Jennrich rotations appear to perform poorly, but a direct Schmid-Leiman rotation based on a target matrix appears to work well...