Package: rmedsem Title: Statistical Mediation Analysis for SEMs Version: 1.0.0.9000 Authors@R: c( person("Mehmet", "Mehmetoglu", email="mehmet.mehmetoglu@ntnu.no", role = c("aut"), comment = c(ORCID = "0000-0002-6092-8551")), person("Matthias", "Mittner", email="matthias.mittner@uit.no", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0205-7353")), person("Kjell", "Slupphaug", email="slupphaugkjell@gmail.com", role = c("aut"), comment = c(ORCID = "0009-0005-8324-2834")) ) Description: Conducts mediation analysis for structural equation models (SEM) estimated with 'lavaan', 'blavaan', 'cSEM', or 'modsem'. Implements the Baron and Kenny (1986) and Zhao, Lynch & Chen (2010) approaches to determine the presence and type of mediation. Supports covariance-based SEM, partial least squares SEM, Bayesian SEM, and moderated mediation models. Reports indirect effects with standard errors from Sobel, Delta, Monte-Carlo, and bootstrap methods, along with effect size measures (RIT, RID). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: lavaan, mvtnorm, ggplot2, dplyr, purrr, stats URL: https://github.com/ihrke/rmedsem, https://ihrke.github.io/rmedsem/ BugReports: https://github.com/ihrke/rmedsem/issues Depends: R (>= 4.1.0) LazyData: true Suggests: blavaan, boot, cSEM, HDInterval, modsem, semPlot, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://ihrke.r-universe.dev Date/Publication: 2026-03-16 20:23:21 UTC RemoteUrl: https://github.com/ihrke/rmedsem RemoteRef: HEAD RemoteSha: 993ebc8e9a3f91cc199c60f7b3b957e7057ab591 NeedsCompilation: no Packaged: 2026-07-16 08:56:53 UTC; root Author: Mehmet Mehmetoglu [aut] (ORCID: ), Matthias Mittner [aut, cre] (ORCID: ), Kjell Slupphaug [aut] (ORCID: ) Maintainer: Matthias Mittner