ipmisc: Miscellaneous Functions for Data Cleaning and Analysis
Introduction
The ipmisc provides functions for data cleaning and formatting. These
functions form data cleaning backend for the following packages:
-
ggstatsplot: https://indrajeetpatil.github.io/ggstatsplot/ -
statsExpressions: https://indrajeetpatil.github.io/statsExpressions/ -
pairwiseComparisons: https://indrajeetpatil.github.io/pairwiseComparisons/ -
groupedstats: https://indrajeetpatil.github.io/groupedstats/ -
broomExtra: https://indrajeetpatil.github.io/broomExtra/
Installation
You can install the CRAN version of ipmisc:
install.packages("ipmisc")And the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("IndrajeetPatil/ipmisc")Functions
To see all available functionality, see the documentation provided here: https://indrajeetpatil.github.io/ipmisc/reference/index.html
Code of Conduct
Please note that the ipmisc project is released with a Contributor
Code of
Conduct.
By contributing to this project, you agree to abide by its terms.