Skip to content

Latest commit

 

History

History
134 lines (26 loc) · 905 Bytes

File metadata and controls

134 lines (26 loc) · 905 Bytes
library(tidyverse)
library(haven)
library(glue)
library(MplusAutomation)
library(rhdf5)
library(here)
library(janitor)
library(gt)
library(semPlot)
library(reshape2)
library(cowplot)
library(filesstrings)
library(hrbrthemes)
library(poLCA)
library(naniar)
library(psych)
library(flextable)
library(officer)
conflicted::conflicts_prefer(flextable::compose)

Mixture Models in Physics Education Research (Wang, Minghui, Meagan Sundstrom, Karen Nylund-Gibson, and Marsha Ing, 2025)

Wang, Minghui, Meagan Sundstrom, Karen Nylund-Gibson, and Marsha Ing. “Advancing Clustering Methods in Physics Education Research: A Case for Mixture Models.” Physical Review Physics Education Research 21, no. 2 (2025): 020126. https://doi.org/10.1103/1fn4-nqvj.

options(scipen=999, digits=4)