tomboulier / jmvtools_tuto

An example of Jamovi module, following the tutorial in https://dev.jamovi.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An example of Jamovi module

This is a simple Jamovi module, created by following the tutorial in https://dev.jamovi.org. This module performs a t-test with R, shows a table of the results, and plot descriptive statistics.

Installation

From .jmo file

  • Download the .jmo file in the releases page.
  • In Jamovi, go to Modules (top-right corner) > Managed installed.
  • In the panel, go to Sideload, click on the arrow and look for the downloaded .jmo file in your computer.

Using jvmtools

First, let us install jvmtools as explained here. In R, simply type:

  install.packages('jmvtools', repos=c('https://repo.jamovi.org', 'https://cran.r-project.org'))

Next, go to the folder of the repository and type:

  jmvtools::install()

Usage

Open Jamovi, and the module will appear in the modules panel with the name SuperModule.

About

An example of Jamovi module, following the tutorial in https://dev.jamovi.org


Languages

Language:R 100.0%