Package: StatMeasures
Type: Package
Title: Easy Data Manipulation, Data Quality and Statistical Checks
Version: 1.0
Date: 2015-03-24
Author: Akash Jain
Maintainer: Akash Jain <akashjain02.05@gmail.com>
Description: Offers useful functions to perform day-to-day data manipulation 
    operations, data quality checks and post modelling statistical checks.
    One can effortlessly change class of a number of variables to factor, 
    remove duplicate observations from the data, create deciles of a 
    variable, perform data quality checks for continuous (integer or numeric), 
    categorical (factor) and date variables, and compute goodness of fit 
    measures such as auc for statistical models. The functions are consistent 
    for objects of class 'data.frame' and 'data.table', which is an enhanced 
    'data.frame' implemented in the package 'data.table'.
Depends: R (>= 3.1.3)
Imports: data.table (>= 1.9.4)
License: GPL-2
Packaged: 2015-03-27 19:59:01 UTC; akash.jain
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-27 23:46:22
Built: R 3.1.3; ; 2015-04-01 07:58:33 UTC; unix
