A tutorial for understanding SEM using R: Where do all the numbers come from?

Yves Rosseel1, Marc Vidal2

  • 1Department of Data Analysis, Ghent University, Ghent, Belgium.

Summary

This tutorial demystifies structural equation modeling (SEM) by showing how to manually compute key results like parameter estimates and fit measures using R. It makes complex SEM calculations accessible for researchers.

Related Concept Videos

Scanning Electron Microscopy01:07

Scanning Electron Microscopy

A scanning electron microscope (SEM) is used to study the surface features of a sample by using an electron beam that scans the sample surface in a two-dimensional manner. Typically, areas between ~1 centimeter to 5 micrometers in width can be imaged. SEM can be used to image bacteria, viruses, tissues as well as larger samples like insects. Conventional SEM gives a magnification ranging from 20X to 30,000X and spatial resolution of 50 to 100 nanometers.
Fundamental Principles
Accelerated...
4.4K
Introduction to R01:11

Introduction to R

R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's...
621
Response Surface Methodology01:16

Response Surface Methodology

Response Surface Methodology (RSM) is a collection of statistical and mathematical techniques used to develop, improve, and optimize processes. It is particularly valuable when many input variables or factors potentially influence a response variable.
The process of RSM involves several key steps:
269
Preparation of Samples for Electron Microscopy01:20

Preparation of Samples for Electron Microscopy

To be visualized by an electron microscope, either transmission or scanning, biological samples need to be fixed (stabilized) so the electron beam does not destroy them and dried thoroughly (desiccated/dehydrated) so the vacuum does not affect them. Fixation needs to be done as quickly as possible because the sample properties will start changing as soon as it is removed from its natural environment. For example, in a tissue sample, the oxygen levels begin decreasing, causing an altered...
5.9K
Interpreting R Charts01:22

Interpreting R Charts

R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
118
Introduction To Survival Analysis01:18

Introduction To Survival Analysis

Survival analysis is a statistical method used to study time-to-event data, where the "event" might represent outcomes like death, disease relapse, system failure, or recovery. A unique feature of survival data is censoring, which occurs when the event of interest has not been observed for some individuals during the study period. This requires specialized techniques to handle incomplete data effectively.
The primary goal of survival analysis is to estimate survival time—the time...
404