TAF Support

Member Training: Plot Estimated Marginal Means in R

November 3rd, 2025 by

Estimated marginal means (EMMs)—sometimes called least-squares means—are a powerful way to interpret and visualize results from linear and mixed-effects models. Yet many researchers struggle to extract, understand, and plot them.

In this 60-minute hands-on tutorial, participants will learn how to compute, interpret, and visualize EMMs using only base R functions together with the emmeans, car, and lme4 packages. We will start with simple linear models and progress to mixed models with random effects, highlighting how to obtain EMMs, confidence intervals, pairwise contrasts, and publication-ready base R plots. The session emphasizes conceptual understanding and practical code you can adapt immediately to your own analyses.


Note: This training is an exclusive benefit to members of the Statistically Speaking Membership Program and part of the Stat’s Amore Trainings Series. Each Stat’s Amore Training is approximately 90 minutes long.

Not a Member? Join!

About the Instructor

Manolo Romero Escobar is a seasoned statistical consultant and psychometrician with a passion for helping researchers.

Throughout his career, Manolo has worked extensively as a research and statistical consultant. He has served a diverse range of clients including health researchers, educational institutions, and government agencies. With a focus on linear mixed effects modeling, latent variable modeling, and scale development, Manolo brings a wealth of knowledge and experience to every project he undertakes.

Manolo is also proficient in statistical programming languages such as R, SPSS, and Mplus, and has experience with Python and SQL. He is passionate about leveraging technology as an educational and training tool, and he continuously enhances his skills to stay at the forefront of his field.

He holds a B.A. and Licentiate degree in Psychology from Universidad del Valle de Guatemala and a M.A. in Psychology (Area: Developmental and Cognitive Processes) from York University.

Not a Member Yet?
It’s never too early to set yourself up for successful analysis with support and training from expert statisticians.

Just head over and sign up for Statistically Speaking.

You'll get access to this training webinar, 130+ other stats trainings, a pathway to work through the trainings that you need — plus the expert guidance you need to build statistical skill with live Q&A sessions and an ask-a-mentor forum.


Member Training: Marginal Models for Repeated Measures Data

September 2nd, 2025 by

Repeated measures ANOVA doesn’t cut it for many repeated measures situations, but do you always need mixed models instead?

(more…)


Getting Started with Stata Tutorial #14: Making, Saving, and Combining Graphs in Stata

July 15th, 2025 by

Once you’ve imported, examined, and cleaned your data, a common next step would be to make some visual displays or graphs. In this article we’ll go over the details of creating, naming, saving, and exporting graphs in Stata.

We will do all of this using syntax, rather than Stata’s “Graphics” menu. If you want a quick lesson on using the menus to make graphs in Stata, check out this article. (more…)


Member Training: Cubic Splines

July 2nd, 2025 by

Splines provide a useful way to model relationships that are more complex than a simple linear function. They work with a variety of regression models.

(more…)


Member Training: Introduction to Data Analysis using R Tutorial

June 12th, 2025 by

This month we are featuring a 9-module software tutorial by Kim Love: An Introduction to Data Analysis using R.

It’s perfect for people who:

  • have never used R before
  • need to refresh their R skills after not using it for while
  • have figured out R on their own and would like a more systematic tutorial

(more…)


Getting Started with Stata Tutorial #12: Changing Variables to and from Strings

May 29th, 2025 by

From the last post in this series, you should know how to change between numeric types and easily change numeric data We’ll now expand your type-changing skills to include changing string variables with two new commands.   (more…)