Thomas Crow's Avatar

Thomas Crow

@tcrow.bsky.social

Clinical Psychologist. Integrative clinically. Lover of #rstats. Quantcurious.

64 Followers  |  160 Following  |  20 Posts  |  Joined: 27.06.2023  |  2.1839

Latest posts by tcrow.bsky.social on Bluesky

This was super random and hilarious 🀣

16.07.2025 20:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I suppose, but I'm not sure how it makes sense in the context of small N unless you're not concerned with identifying any single interaction. So it seems like if you get e.g., an exciting non cats cradle finding, it would be hard to trust it in small sample context just like other small N findings.

22.06.2025 19:16 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Can you give an example of "representing high dimensional interactions with lower sample sizes"?

22.06.2025 03:32 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Not saying it's not a common message or a tempting one, but it can't be the right one in the next election.

24.05.2025 20:23 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

"Those people are dumb, our people are smart" is an obtuse, terrible message that dispenses with empathy for the other side and further alienates many of the people we might hope to convince that Pete is a great candidate!

24.05.2025 20:22 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
The Burden of Demonstrating HTE – Statistical Thinking Reasons are given for why heterogeneity of treatment effect must be demonstrated, not assumed. An example is presented that shows that HTE must exceed a certain level before personalizing treatment re...

www.fharrell.com/post/demohte/

15.03.2025 19:13 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

As a result, many psychological scientists are also engaging in lots of wasteful analyses, publishing findings that are very interesting on the face of it but virtually guaranteed not to replicate 🫠

15.03.2025 19:11 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Are there power issues when it comes to including both random slopes and intercepts? And am I crazy or is there some reason that glmmTMB has been more likely to fit random slopes models without convergence errors vs lme4?

26.02.2025 00:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Maybe there's a typo but I'm seeing the word "tongue" here... Do tell. πŸ€”

09.12.2024 14:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I like to think I'm operating on a slightly more complex basis than reinforcement learning 🫠

07.12.2024 16:00 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

For the naive among us: why use Fortran in your R code? I assume it's for the performance? My understanding is Fortran is super old - didn't realize it was used in R packages in the way that e.g. C code is.

26.10.2024 14:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

Why not just grab some pseudoephedrine from behind the counter? On the other hand if you're stuffed up and have good self-control, limited frequency oxymetazoline is simply incredible.

20.10.2024 20:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Incredibly cool work - great to see it in press!

17.10.2024 13:45 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

How long have the delays been an issue? I'm hearing recently that there have been big delays, which was sad to hear, given my very positive experiences in Germany many years ago.

12.10.2024 19:52 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Sjmisc and sjPlot used to be big for me, but now I've mostly transitioned to easystats. (Shoutout @strengejacke.bsky.social ). Marginaleffects package has been great. Also, lavaan. lme4. psych. Increasingly tidymodels. I'm in psychology.

05.10.2024 23:31 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

This is so common and what makes it extra confusing is how trivially easy it is to claim your business on Google Maps πŸ€”

06.07.2024 11:56 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

It is indeed true...Michael Clark has a running blog where he checks this every so often, and a new paper (or perhaps preprint) that I saw on Twitter just today concludes the same thing. xgboost ftw. (Not only is gradient boosting better w tabular data, but of course its also less resource costly.

03.07.2024 11:24 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I agree with your instinct to add random slopes but not sure how well those fit with just two timepoints? Also, in his blog Sebastian has a nice discussion of the differences between the `~ tx + time + tx:time` model vs the one that doesn't keep tx as a separate IV (in the 2-timepoint context).

07.12.2023 18:25 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Just use multilevel models for your pre/post RCT data | A. Solomon Kurz I've been thinking a lot about how to analyze pre/post control group designs, lately. Happily, others have thought a lot about this topic, too. The goal of this post is to introduce the change-score a...

If you don't care about change through T3, then can do: `df |> filter(time %in% c(1, 2)) |> lmer(y ~ time + time:tx + (1 | id), data = _)` if you want the MLM variant of the ANCOVA as detailed nicely by S Kurz's blog. Of course just cut the filter() call to keep all timepoints.

07.12.2023 18:22 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Animated GIF depicting interactive visualization tool for simple slopes in regression

Animated GIF depicting interactive visualization tool for simple slopes in regression

Hey #statsSky #psychSciSky check it out - I made an interactive visualization tool to teach or develop intuitions about interaction effects. Let me know what you think! https://observablehq.com/@tcrow/simpleslopes

19.08.2023 16:00 β€” πŸ‘ 29    πŸ” 7    πŸ’¬ 0    πŸ“Œ 0

@tcrow is following 20 prominent accounts