Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 473 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 473 Bytes

medmod

medmod allows you to do simple mediation and moderation in jamovi and R. The module can be improved in a number of ways so any comments and contributions are well appreciated.

Installation in jamovi

You can install medmod directly from the jamovi library.

Installation in R

Stable release:

install.packages("medmod")

Latest development version:

library("devtools")
install_github("raviselker/medmod")