Smisc
An R package containing a collection of functions for statistical computing, data manipulation, and visualization. You can find package vignettes and documentation here.
To cite:
Sego LH. 2016. Smisc: Sego Miscellaneous. A collection of functions for statistical computing and data manipulation in R. Pacific Northwest National Laboratory. https://pnnl.github.io/Smisc.
To install:
You can install the package from CRAN or from GitHub:
CRAN
install.packages("Smisc")
GitHub
You can install from GitHub using the devtools package,
in which case you'll need these prerequistites in order to compile the C code in the Smisc
package:
- Mac: you'll need Xcode
- Windows: you'll need to install R tools
- Linux/Unix: compilation should take place automatically
Now do the following in R:
# If devtools is not already installed, do this:
install.packages("devtools")
# Now install the package
devtools::install_github("pnnl/Smisc")
Acknowledgements:
This package was developed with support from the Signature Discovery Initiative at Pacific Northwest National Laboratory, conducted under the Laboratory Directed Research and Development Program at PNNL, a multiprogram national laboratory operated by Battelle for the U.S. Department of Energy.