jonathon-love / jTransform

jamovi-module that carries out data set transformations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jTransform

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.

Install in jamovi

If you haven't already installed jamovi, install it. Open jamovi, and select the jamovi modules library and install jTransform from there.

Install the development version (from source)

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.

Giving back

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!

About

jamovi-module that carries out data set transformations

License:GNU Affero General Public License v3.0


Languages

Language:R 98.4%Language:JavaScript 1.6%