README.md

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:

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.



Try the Smisc package in your browser

Any scripts or data that you put into this service are public.

Smisc documentation built on May 2, 2019, 2:46 a.m.