Package: medmod Type: Package Title: Simple Mediation and Moderation Analysis Version: 1.2.0 Date: 2026-07-14 Authors@R: person("Ravi", "Selker", email = "selker.ravi@gmail.com", role = c("aut", "cre")) Description: This toolbox allows you to do simple mediation and moderation analysis. Models are estimated with the 'lavaan' package by Rosseel (2012) ; standard errors for the mediation estimates are computed with the delta method following Sobel (1982) or by bootstrapping. It is also available as a module for 'jamovi' (see for more information). You can find an in depth tutorial on the 'lavaan' model syntax used for this package on . License: GPL (>= 2) Encoding: UTF-8 Depends: R (>= 3.2) Imports: jmvcore (>= 1.0.0), R6, lavaan, ggplot2 (>= 3.4.0), rlang Suggests: testthat URL: https://github.com/raviselker/medmod BugReports: https://github.com/raviselker/medmod/issues Config/roxygen2/version: 8.0.0 Repository: https://raviselker.r-universe.dev Date/Publication: 2026-07-15 21:09:06 UTC RemoteUrl: https://github.com/raviselker/medmod RemoteRef: HEAD RemoteSha: a2ab2aea208619a460fb18032fe589fe19e8aee6 NeedsCompilation: no Packaged: 2026-07-16 08:49:59 UTC; root Author: Ravi Selker [aut, cre] Maintainer: Ravi Selker