Package: testarguments
Title: Test (Multiple) Arguments of a User-Defined Prediction Algorithm
Version: 0.0.1
Authors@R: 
    person(given = "Matthew",
           family = "Sainsbury-Dale",
           role = c("aut", "cre"),
           email = "msainsburydale@gmail.com")
Description: Finding the best values for user-specified arguments of a prediction algorithm can be difficult, particularly if there is an interaction between argument levels. This package automates the testing of any user-defined prediction algorithm over an arbitrary number of arguments. It includes functions for testing the algorithm over the given arguments with respect to an arbitrary number of user-defined diagnostics, visualising the results of these tests, and finding the optimal argument combinations with respect to each diagnostic.
Maintainer: Matthew Sainsbury-Dale <msainsburydale@gmail.com>
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: magrittr, ggplot2, reshape2, plyr, methods, stats, dplyr
Suggests: knitr, rmarkdown, markdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-05-27 03:55:39 UTC; matthew
Author: Matthew Sainsbury-Dale [aut, cre]
Repository: CRAN
Date/Publication: 2021-05-28 07:10:02 UTC
Built: R 4.2.0; ; 2022-04-12 22:55:07 UTC; unix
