Rémi Thériault

94 Followers
58 Following
160 Posts
Postdoc #socialpsychology Center for Conflict and Cooperation at NYU | Prosocial cognition | #Rstats | #OpenScience | Core team member of ‪#easystats 🤘
Personal Sitehttps://remi-theriault.com/
rempsyc packagehttps://rempsyc.remi-theriault.com/
lavaanExtra packagehttps://lavaanextra.remi-theriault.com/
Twitterhttps://twitter.com/rempsyc
Was great to present on developing the moral self and some of my early LLM simulation results for @lianeleeyoung 's Morality Lab at Boston College! Felt very welcome by the team especially Trys Loustau and Marcus Trenfield and had great feedback on the project. Thanks guys! 😎
Today! I will be giving an in-person talk at the Mind Lab at the Indian Institute of Technology, Delhi, hosted by Dr. Pooja Swami Sahni, PhD!
We had the honor of hosting Dr. Marie Bragg at our Center for Conflict and Cooperation at NYU, led by @jayvanbavel for a talk on “strategic science”—being intentional about the questions we pursue, how we study them, and how we communicate our findings for social impact.

New PSA paper led by Tom Heyman!

We present a tutorial on crowdsourced MULTIVERSE ANALYSES—a transparent way to test how robust findings are across many analytic paths. Experts suggest, then validate, possible paths. This helps quantify uncertainty and clarify when/where scientific conclusions hold. An important addition to the scientist's toolbox—supporting a more transparent, reliable, and trustworthy psychological science.

Heyman et al. (2025). Psychological Methods. http://dx.doi.org/10.1037/met0000770

Our Missing Majority in Behavioral Science Dashboard with @psforscher now displays how different journals from psychology and economics fare over time in terms of first-author representativeness across continents. Check out the journals from your field to see how they're performing!

https://remi-theriault.com/dashboards/missing_majority

The Missing Majority Dashboard

The #easystats team rarely meets in person but the best ideas always come out of it to expand and develop our collection of #rstats @rstats packages!

Here you can see the switch from RStudio to Positron by @rempsyc as guided by @strengejacke 😎

Super excited to finally reveal the Missing Majority Dashboard!

For too long, behavioral science has drawn its insights from a narrow pool, leaving out voices from the Global South. This project, developed with my colleague @psforscher shines light on this critical gap and helps us track representation in key journals. The goal? To ensure a more inclusive, globally relevant science. View the dashboard:

https://remi-theriault.com/dashboards/missing_majority

#BehavioralScience #GlobalSouth #Inclusivity #OpenScience #Research

The Missing Majority Dashboard

{rempsyc} #rstats package v0.1.8 has reached CRAN! This version contains bug fixes, various improvements AND new cool functions such as plot_means_over_time() for longitudinal designs and grouped_bar_chart() for categorical data visualization by group! ✨

https://rempsyc.remi-theriault.com/

@rstats

Convenience Functions for Psychology

Make your workflow faster and easier. Easily customizable plots (via ggplot2), nice APA tables (following the style of the *American Psychological Association*) exportable to Word (via flextable), easily run statistical tests or check assumptions, and automatize various other tasks.

New publication in @psychonomic_soc Behavior Research Methods!

We dive deep into simplifying outlier detection in R using #easystats to follow good practices and make your data analysis more robust and replicable. Check it out! #Rstats #DataAnalysis @rstats

https://doi.org/10.3758/s13428-024-02356-w

Recently, I have been trying to create a waffle chart using country flags instead of squares. Couldn't do it with either the {ggwaffle} or {ggflags} #rstats packages! Thanks to Peter from StackOverFlow for finding a creative and elegant way to do it! 👌⛳️

https://stackoverflow.com/questions/76501103/how-to-display-country-flags-on-waffle-chart-symbols-using-e-g-ggwaffle/76501235#76501235

How to display country flags on waffle chart symbols? (using, e.g,. `ggwaffle`)

I would like to create a waffle chart and use country flags in place of squares. Here is my current attempt using ggwaffle: library(ggplot2) library(emojifont) library(ggwaffle) iris2 <- iris i...

Stack Overflow