Package: PredictTestbench
Type: Package
Title: Test Bench for Comparison of Data Prediction Models
Version: 1.0.2
Author: Neeraj Bokde
Maintainer: Neeraj Bokde <neerajdhanraj@gmail.com>
Description: Provides a Testbench for comparison of prediction models. This
    package is inspired from 'imputeTestbench' package
    <https://cran.r-project.org/package=imputeTestbench>. It compares prediction
    models with reference to RMSE, MAE or MAPE parameters. It allows to add new
    proposed methods to test bench and to compare with other methods. The function
    'prediction_append()' allows to add multiple numbers of methods to the existing
    methods available in test bench. One/two step ahead prediction is also possible
    in the testbench.
License: GPL
Imports: ggplot2, reshape2, PSF, forecast, methods, stats,
        imputeTestbench
LazyData: TRUE
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-06-02 08:54:03 UTC; NEERAJ
Repository: CRAN
Date/Publication: 2016-06-04 07:52:29
