Package: paramtest
Type: Package
Title: Run a Function Iteratively While Varying Parameters
Version: 0.1.0
Authors@R: person("Jeffrey", "Hughes", email="jeff.hughes@gmail.com",
    role=c("aut", "cre"))
Description: Run simulations or other functions while easily varying parameters
    from one iteration to the next. Some common use cases would be grid search
    for machine learning algorithms, running sets of simulations (e.g.,
    estimating statistical power for complex models), or bootstrapping under
    various conditions. See the 'paramtest' documentation for more information
    and examples.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: stats, boot
Suggests: parallel, beepr, pwr, ggplot2, knitr, nlme, lavaan, dplyr,
        testthat, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-10-23 18:28:18 UTC; jeffh
Author: Jeffrey Hughes [aut, cre]
Maintainer: Jeffrey Hughes <jeff.hughes@gmail.com>
Repository: CRAN
Date/Publication: 2017-10-24 09:43:22 UTC
Built: R 3.5.3; ; 2020-04-22 04:27:59 UTC; windows
