The jamovi module jTransform carries out common data management tasks and transformations of data sets. It includes functions to change the order of / re-arrange variables in a data set, transforming a data set from long to wide or from wide to long, transposing a data set (make rows into columns and columns into rows), sorting a data set after one or more variable, and adding columns from one or more additional data sets to the currently opened data set. In addition, there are functions to search or replace values. Finally, the is a function to apply transformations for skewed variables trying to make them better conform to a normal distribution.
If you haven't already installed jamovi, install it. Open jamovi, and select the jamovi modules library and install jTransform from there.
Assuming that you have jamovi and
R already installed on your machine, open
R
and install the R-package jmvtools
using the following command (this
is only required once before the first use):
install.packages('jmvtools', repos='https://repo.jamovi.org')
Clone this repository (or download the ZIP file
and extract it). In R
, go to the directory where you cloned or extracted the
repository to, and compile the module with:
jmvtools::install()
The module then appears among your jamovi modules.
If you find this module helpful, please consider donating to the jamovi project (via the Patreon-link on the left side). If you can't give money, but would like to support us in another way, you may contribute to translating jamovi, the jamovi documentation or the textbook ”learning statistics with jamovi“ into your language.
Thank you for your support!