Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 571 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 571 Bytes

CompPack A collection of computational statistic functions

Travis-CI Build Status

The functions for this package were developed from a class taken at the University of Utah taught by Alun Thomas.

To install this package run the following code. Note that the package changes often and new functions are added all the time so this code can also be used to update the package.

require(devtools)
install_github("CompPack", "JackStat")
require(CompPack)