Description
Data Cleaning for Psychological Analyses.
Description
Useful for preparing and cleaning data. It includes functions to center data, reverse coding, dummy code and effect code data, and more.
README.md
psycCleaning
Data Cleaning for Psychological Analyses
Installation
CRAN Stable Version
# Install the standard version
install.packages('psycCleaning')
# Install all of the suggested dependencies for full functionality
install.packages('psycCleaning',dependencies = c("Depends", "Imports","Suggests"))
Dev Version (newest feature)
devtools::install_github('jasonmoy28/psycCleaning')