https://github.com/cran/cutpointr
Revision 72e43ccd243bf013af304abb3f0083dc3ad90527 authored by Christian Thiele on 18 December 2019, 14:00:08 UTC, committed by cran-robot on 18 December 2019, 14:00:08 UTC
1 parent 030e709
Raw File
Tip revision: 72e43ccd243bf013af304abb3f0083dc3ad90527 authored by Christian Thiele on 18 December 2019, 14:00:08 UTC
version 1.0.1
Tip revision: 72e43cc
DESCRIPTION
Package: cutpointr
Type: Package
Title: Determine and Evaluate Optimal Cutpoints in Binary
        Classification Tasks
Version: 1.0.1
Date: 2019-12-16
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.5.0)
LinkingTo: Rcpp
Imports: gridExtra (>= 2.2.1), foreach (>= 1.4.3), dplyr (>= 0.8.0),
        tidyr (>= 1.0.0), purrr (>= 0.3.0), tibble (>= 2.1.1), ggplot2
        (>= 2.2.0), Rcpp (>= 0.12.12), stats, utils, rlang (>= 0.4.0)
RoxygenNote: 6.1.1
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), crayon (>= 1.3.4)
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2019-12-18 09:56:29 UTC; Khl4v
Author: Christian Thiele [aut, cre]
Maintainer: Christian Thiele <c.thiele@gmx-topmail.de>
Repository: CRAN
Date/Publication: 2019-12-18 15:00:08 UTC
back to top