https://github.com/cran/cutpointr
Raw File
Tip revision: 7e56c827a694247d212e9a0167a119f917e1f31b authored by Christian Thiele on 31 August 2018, 15:50:10 UTC
version 0.7.4
Tip revision: 7e56c82
DESCRIPTION
Package: cutpointr
Type: Package
Title: Determine and Evaluate Optimal Cutpoints in Binary
        Classification Tasks
Version: 0.7.4
Date: 2018-08-30
Authors@R: person("Christian", "Thiele", , "c.thiele@gmx-topmail.de", c("aut", "cre"))
Description: Estimate cutpoints that optimize a specified metric in binary classification tasks
    and validate performance using bootstrapping. Some methods for more robust cutpoint
    estimation and various plotting functions are included.
License: GPL-3
URL: https://github.com/thie1e/cutpointr
BugReports: https://github.com/thie1e/cutpointr/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
LinkingTo: Rcpp
Imports: gridExtra (>= 2.2.1), foreach (>= 1.4.3), dplyr (>= 0.5.0),
        tidyr (>= 0.6.0), purrr (>= 0.2.2), tibble (>= 1.4.2), ggplot2
        (>= 2.2.0), Rcpp (>= 0.12.12), stats, utils, rlang (>= 0.1.2)
RoxygenNote: 6.1.0
Suggests: KernSmooth (>= 2.23-15), fANCOVA (>= 0.5-1), testthat (>=
        1.0.2), doRNG (>= 1.6), doParallel (>= 1.0.11), knitr,
        rmarkdown, mgcv (>= 1.8)
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-08-31 16:08:50 UTC; ct
Author: Christian Thiele [aut, cre]
Maintainer: Christian Thiele <c.thiele@gmx-topmail.de>
Repository: CRAN
Date/Publication: 2018-08-31 16:50:10 UTC
back to top