Psychology adjacent here but Google scholar searches index article bodies; Iโve had some success searching something like โfavorite journal name(s)โ AND โlme4โ AND โosf.ioโ AND โrandomizedโ
@rbcavanaugh
Assistant Professor in quantitative methods @mghinstitute, speech-language pathologist by training. Enthusiastic about quantitative methods in rehabilitation research and health services research for aphasia. ๐ฅพ๐๏ธ๐ฆฎ๐
Psychology adjacent here but Google scholar searches index article bodies; Iโve had some success searching something like โfavorite journal name(s)โ AND โlme4โ AND โosf.ioโ AND โrandomizedโ
course schedule as a table. Available at the link in the post.
I'm teaching Statistical Rethinking again starting Jan 2026. This time with live lectures, divided into Beginner and Experienced sections. Will be a lot more work for me, but I hope much better for students.
I will record lectures & all will be found at this link: github.com/rmcelreath/s...
Numerically. The same pp difference at baseline becomes very exaggerated in pomp terms as baseline scores improve.
Right. 16.7 vs 20 in pomp terms even with the exact same % point gain. More exaggerated at the tails too. Iโm skeptical that requiring those with worse baseline scores to improve more in %point terms to have the same pomp scores is a desirable measurement property in most circumstances.
Doesnโt pomp potentially conflate differences baseline ratings with group differences? Both groups could have similar improvements on the ordinal scale but quite different pomp scores if they start with different satisfaction ratings.
Or at least that using a linear model on an ordinal outcome risks mis-specifying the difference between men and women if the variances of their sleep satisfaction also differ.
Call for papers ๐๐๐๐จ clinicalaphasiologyconference.org/cac-2026/
โThe gang goes to city hallโ in which the gang compete to fix a clerical error with the city. Mac and Dennis try to resolve the issue amicably at city hall. Dee tries secretly dating an officer of the liquor control board. Charlie and Frank hatch a plan to get Frank elected mayor.
For those unfamiliar: adding this fantastic recorded lecture on the topic from John Kruschke. media.dlib.indiana.edu/media_object...
Folks who teach stats to graduate students in applied fields - do you discuss ordinal methods in depth? The Liddell and Kruschke paper? (Analyzing ordinal data with metric models: What could possibly go wrong?)
What do you recommend to students who often use ordinal outcomes? #statssky
Nice one, from @drg.bsky.social and @jamesheathers.bsky.social
link.springer.com/article/10.1...
oh that is slick!
I know itโs often not identifiable and challenging to fit but I get very nervous about the exclusion of the time|id random slope in these models based on the 2013 Barr paper.
image of code with BLUPs
output of code
Oh you know I assumed you were plotting the RE estimates like this. If its just the observed data, probably min/max if few estimates/group and Q3/Q1 if many. You could probably even do tiny box plots if you didn't have too many groups.
I think to some extent the knee jerk reaction against the strong claim in the paper is due to the muddiness that (unfortunately) exists between prediction and causal claims. "Who is most as risk" as you state vs. why.
If they were bars it would be a caterpillar plot right? What about blupergram. Has a nice ring to it
A "methods primer" article in the journal "BMJ Medicine", titled "Factors associated with: problems of using exploratory multivariable regression to identify causal risk factors"
We wrote an article explaining why you shouldn't put several variables into a regression model and report which are statistically significant - even as exploratory research. bmjmedicine.bmj.com/content/4/1/.... How did we do?
Pretty sure this is one of those sexy offers two very smart podcasters told me to run away from. So Iโm going to say maybe ๐
Love it! Will you be sharing data? (You knowโฆ for those of us teaching stats to CSD PhD students struggling to find cool and salient datasets)
Monty Python understood p-hacking
In all fairness, glmer does spit out a warning about non integers.
Anything can be an integer with round(x, 0)!
Iโm very curious about what the third one is doing. Modeling a proportion without weighting by the number of trials? Could this could be useful if the proportion is not built out of independent Bernoulli trials?
We need to have a conversation about random seeds. Don't use 42.
blog.genesmindsmachines.com/p/if-your-ra...
Any #rstats folks know the differences in lme4::glmer()'s specification for aggregated binomials? (or reading rec's?) I'd like to confirm my understanding of these:
cbind(successes, failures) ~ ...
successes/trials ~ ..., weights = trials
successes/trials ~ ..., weights = NULL (or unspecified)
"How I, a non-developer, read the tutorial you, a developer, wrote for me, a beginner" by Annie Mueller ๐
๐ ๐ญ
anniemueller.com/posts/how-i-...
So I should just ask students to explain each meme for their stats midterm right?
Join us Monday, September 15th from 4:00 pm to 5:00 pm ET for a talk by Simona Mancini, Ikerbasque Research Associate Professor / Neurolinguistics and Aphasia group leader at the Basque Center on Cognition Brain and Language.
Register now at https://bit.ly/45LjrF1
fantastic! Straight into the reading list for graduate stats. One thing that might be useful is a conceptual paragraph about how statistical power/sample size estimation changes. I can imagine (enthusiastic) students stuck on how to adjust what they know about study planning.
Models as Prediction Machines: How to Convert Confusing Coefficients into Clear Quantities Abstract Psychological researchers usually make sense of regression models by interpreting coefficient estimates directly. This works well enough for simple linear models, but is more challenging for more complex models with, for example, categorical variables, interactions, non-linearities, and hierarchical structures. Here, we introduce an alternative approach to making sense of statistical models. The central idea is to abstract away from the mechanics of estimation, and to treat models as โcounterfactual prediction machines,โ which are subsequently queried to estimate quantities and conduct tests that matter substantively. This workflow is model-agnostic; it can be applied in a consistent fashion to draw causal or descriptive inference from a wide range of models. We illustrate how to implement this workflow with the marginaleffects package, which supports over 100 different classes of models in R and Python, and present two worked examples. These examples show how the workflow can be applied across designs (e.g., observational study, randomized experiment) to answer different research questions (e.g., associations, causal effects, effect heterogeneity) while facing various challenges (e.g., controlling for confounders in a flexible manner, modelling ordinal outcomes, and interpreting non-linear models).
Figure illustrating model predictions. On the X-axis the predictor, annual gross income in Euro. On the Y-axis the outcome, predicted life satisfaction. A solid line marks the curve of predictions on which individual data points are marked as model-implied outcomes at incomes of interest. Comparing two such predictions gives us a comparison. We can also fit a tangent to the line of predictions, which illustrates the slope at any given point of the curve.
A figure illustrating various ways to include age as a predictor in a model. On the x-axis age (predictor), on the y-axis the outcome (model-implied importance of friends, including confidence intervals). Illustrated are 1. age as a categorical predictor, resultings in the predictions bouncing around a lot with wide confidence intervals 2. age as a linear predictor, which forces a straight line through the data points that has a very tight confidence band and 3. age splines, which lies somewhere in between as it smoothly follows the data but has more uncertainty than the straight line.
Ever stared at a table of regression coefficients & wondered what you're doing with your life?
Very excited to share this gentle introduction to another way of making sense of statistical models (w @vincentab.bsky.social)
Preprint: doi.org/10.31234/osf...
Website: j-rohrer.github.io/marginal-psy...