Skip to content

robertzk/statsUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miscellaneous statistical utilities for syberiaMungebits Build Status Coverage Status

Intended to be used in conjunction with syberiaMungebits.

Currently, the only real statistical meat here is sure independence screening and some extraction of caret helpers.

Installation

This package is not yet available from CRAN (as of October 5, 2015). To install the latest development builds directly from GitHub, run this instead:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("robertzk/statsUtils")