Skip to content

Commit

Permalink
Added jtTransformVars to the module description
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed Jul 10, 2024
1 parent a88bfad commit 5f1af09
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Description:
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.
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.
jTransform calls functions from the R-package `jmvReadWrite`,
(<https://cran.r-project.org/package=jmvReadWrite>) enabling access to
these functions via a graphical user interface (without the need to use
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ 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.

<!---
<center>
Expand Down
23 changes: 14 additions & 9 deletions jamovi/0000.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ date: '2023-11-27'
type: R
description: >-
jTransform carries out common data management tasks and transformations of
data sets. It includes functions to search and replace values, to sort a data
set after one or more variable, to change the order of variables in a data
set, to transform data sets from long to wide or from wide to long, to
transpose data sets (make rows into columns and columns into rows), and to add
columns from one or more additional data sets to the currently opened data
set.
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.
analyses:
- title: Search
name: jtSearch
Expand Down Expand Up @@ -84,9 +86,6 @@ analyses:
Create New (Computed) Variables, Aiming At Reducing Deviations From A
Normal Distribution
datasets:
- name: example4jtTranspose
path: example4jtTranspose.omv
description: A Data Set to Demonstrate Transpose
- name: example4jtLong2Wide
path: example4jtLong2Wide.omv
description: A Data Set to Demonstrate Long to Wide
Expand All @@ -102,6 +101,12 @@ datasets:
- name: example4jtMergeCols_3
path: example4jtMergeCols_3.omv
description: A Data Set to Demonstrate Merge (third file)
- name: example4jtTransformVars
path: example4jtTransformVars.omv
description: A Data Set to Demonstrate Transform (Reduce Skewness)
- name: example4jtTranspose
path: example4jtTranspose.omv
description: A Data Set to Demonstrate Transpose
usesNative: true
minApp: 2.5.0

Expand Down

0 comments on commit 5f1af09

Please sign in to comment.