What's New

NAVAL·SEM v0.7.1

New Moderation Analysis IPMA NCA Conditional Process (Hayes PROCESS)
Released 8 June 2026
Moderation Analysis
engine_moderation.py · product-of-composites

A dedicated moderation engine brings first-class interaction modelling to NAVAL·SEM.

  • Product-of-composites estimation for latent moderation.
  • Automatic interaction-term detection using lavaan-style X*M syntax — no extra setup required.
  • Bootstrap confidence intervals for all interaction effects.
  • Simple-slope analysis at low (−1 SD), mean, and high (+1 SD) moderator values.
  • ΔR² and Cohen's f effect-size reporting per moderation effect.
  • Manifest-variable OLS fallback for models without latent constructs.
Importance-Performance Map Analysis (IPMA)
engine_ipma.py · construct prioritisation

The new IPMA engine surfaces which constructs deserve management attention by combining path-coefficient importance with rescaled performance.

  • Total-effect importance computation for all predictor constructs.
  • 0–100 performance rescaling of latent variable scores.
  • Target-construct analysis endpoint (POST /ipma) and dedicated reporting view.
Necessary Condition Analysis (NCA)
engine_utils.py · ceiling techniques

NCA identifies the necessary (but not sufficient) conditions in your model — constructs whose absence guarantees a low outcome, regardless of other predictors.

  • CE-FDH and CR-FDH ceiling-line techniques, automatically selected per variable pair.
  • Permutation-based significance testing for each ceiling effect.
  • Effect-size classification (small / medium / large) and bottleneck analysis support.
  • NCA result schemas and structured reporting objects.
Conditional Process Analysis
engine_mod_mediation.py · Hayes PROCESS compatibility

Moderated mediation is now fully supported — estimate how and when indirect effects operate, following the Hayes PROCESS framework.

  • Conditional indirect-effect estimation at low, mean, and high moderator values.
  • Index of Moderated Mediation (IMM) with bootstrap confidence intervals.
  • Support for Hayes PROCESS-style Models 7, 14, and 58/59 out of the box.
  • Bootstrap CIs for all conditional indirect effects, fully integrated with the existing bootstrap engine.
New Backend Engines
app/ · API routes & schemas

Four new modules power the v0.7 analytical workflows:

app/engine_moderation.py app/engine_mod_mediation.py app/engine_ipma.py app/engine_utils.py

Extended API routes and schema definitions cover all new analytical workflows, including new POST /moderation, POST /ipma, POST /nca, and POST /conditional-process endpoints.