Skip to content

sjentsch/jTransform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jTransform

Project Status: Active – The project has reached a stable, usable state and is being actively developed. License Last commit Register an issue R-CMD-check code-coverage Codecov coverage

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.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published