Tag:r
All the articles with the tag "r".
Method | Moderated Mediation
Posted on:January 3, 2024Moderated mediation refers to the case where the indirect effect of X on Y through M is moderated by another variable.
Method | Exploratory Factor Analysis
Posted on:January 1, 2024Factor analysis is a data reduction technique that groups items into factors based on inter-correlations.
Method | Structural Equation Models
Posted on:December 27, 2023SEM is an umbrella term referring to a framework of linear models designed to explore relationships among both observable and unobservable variables.
Method | Mediation Analysis (in R)
Posted on:December 25, 2023A mediation model (X → M → Y) is a causal model grounded in theoretical construction rather than defined statistically.
Method | Linear Mixed Models
Posted on:December 12, 2023A Linear Mixed Model is a statistical model that is particularly useful for analyzing data that have both fixed and random effects, which are pretty common in fields like psychology.
R Programming
Posted on:December 21, 2022This tutorial draws comparisons to Python, another popular language in data science. If you know Python, this tutorial will aid in quickly getting started with R.