An R package containing a collection of functions for statistical computing and data manipulation. You can find package documentation here.
Sego LH. 2016. Smisc: Sego Miscellaneous. A collection of functions for statistical computing and data manipulation in R. Pacific Northwest National Laboratory. http://pnnl.github.io/Smisc.
Before you get started, the source code of the Smisc
package contains C code that requires compilation:
Then type the following in R:
# From CRAN
install.packages("Smisc")
# Or from GitHub
install.packages("devtools") # if needed
devtools::install_github("pnnl/Smisc")
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.