jamovi Advanced Mediation Models version 1.*
Please visit the jAMM docs page
jAMM can be installed from jamovi library within jamovi.
If you want to install from source, you need to install R developing tools from CRAN and jamovi developing tools.
install.packages("devtools",repos='http://cran.rstudio.com/')
install.packages('jmvtools', repos=c('https://repo.jamovi.org', 'https://cran.r-project.org'))
Then you download jAMM module from this repository and install it
devtools::install_github("jamovi-amm/jamm")
pkg<-paste0(.libPaths()[[1]],"jamm")
jmvtools::install(pkg=pkg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.