Statistical Software

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.


Getting Started with Stata Tutorial #13: Changing variable labels using label, encode, and decode 

August 22nd, 2025 by

From the last posts in this series, you should feel comfortable using Stata’s data editor, changing values and types, and creating new variables.  

We’ll now teach you to make your variables more approachable by adding labels. 

The image below shows label information for the foreign variable.  

(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: 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…)


Getting Started with Stata Tutorial #11: Editing Variables Using recode and recast

May 12th, 2025 by

From our last posts in this series, you should be comfortable with how Stata handles data editing, as well as with making your own variables. In this post, we’ll talk about commands that edit the content or storage type of your variables in Stata: recode and recast. Let’s start off with the recode command.

(more…)