Brenton M. Wiernik

Results 872 comments of Brenton M. Wiernik

The way the splines are implemented is with a design matrix and penalty matrix. The major benefit over restricted cubic splines is that I could include inner/outer-style random effects for...

As far as I can tell, the `simulate.rma()` function doesn't incorporate any uncertainty in either the mean function or the tau2 estimate, similar to the `stats::simulate.lm()` function?

This is the original paper on posterior predictive checks: http://www.stat.columbia.edu/~gelman/research/published/A6n41.pdf See also https://cran.r-project.org/web/packages/bayesplot/vignettes/graphical-ppcs.html and Andrew Gelman and Jennifer Hill. (2006). Data Analysis Using Regression and Multilevel/Hierarchical Models. Cambridge University Press....

I think we should remove the studies option from parameters and use get_data() for that

Any update on when collecting/combining the guides for y and x axes might be implemented?

I would expect the title deduplication to apply to the top row but leave the bottom row untouched in that case

I'm really not interested in using cowplot, so would really appreciate if this could be added to patchwork!

The main reason for the vertical lines is that they are valid markdown tables. We should prioritize making tables that become formatted properly when compiled to html, word, or pdf

I think that's just an issue with `|` not being defined in formula syntax in base R, only in lme4 and similar. What is that model supposed to be doing?