diff --git a/DESCRIPTION b/DESCRIPTION index ca09010..264792a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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`, () enabling access to these functions via a graphical user interface (without the need to use diff --git a/README.md b/README.md index 96764d0..2da9029 100644 --- a/README.md +++ b/README.md @@ -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.