SEMinR 2.5.0 Released

SEMinR v2.5.0 is now on CRAN, bringing prediction to every interaction type, more flexible plots, a public accessor API for developers, and a round of bug fixes.

Author
Published

May 25, 2026

SEMinR v2.5.0

SEMinR 2.5.0 is released on CRAN! This release brings prediction to every interaction type, more flexible plots, and a round of bug fixes.

Improvements to prediction: predict() and predict_pls() now work with ALL interaction methods — product_indicator, orthogonal, and quadratic terms — not just two-stage. Single predictions, k-fold cross-validation, and LOOCV all work across the board, and k-fold CV can now run in parallel for a real speed-up on larger jobs.

New plotting feature: Custom confidence levels in plots — show 90%, 99%, or any alpha instead of the fixed 95%.

Developer-friendly tools: A public, documented accessor API for constructs and measurement-model elements, so you can stop reaching into seminr::: for internals.

Lots of fixes:

A big thank you to the contributors behind this release:

Update now:

install.packages("seminr")