Package: optRF
Type: Package
Title: Optimising Random Forest Stability Through Selection of the
        Optimal Number of Trees
Version: 1.0.1
Authors@R: c(person(given = "Thomas Martin",
                    family = "Lange",
                    email = "thomas.lange@uni-goettingen.de", 
                    role = c("cre","aut"), 
                    comment = c(ORCID = "0000-0003-4351-7950")),
             person(given = "Felix",
                    family = "Heinrich",
                    role = "ctb",
                    comment = c(ORCID = "0000-0002-6093-8522")))
Maintainer: Thomas Martin Lange <thomas.lange@uni-goettingen.de>
Description: Calculating the stability of random forest with certain numbers of trees. The non-linear relationship between stability and numbers of trees is described using a logistic regression model and used to estimate the optimal number of trees.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: R (>= 4.1.2), minpack.lm (>= 1.2-4), ranger (>= 0.16.0), irr
        (>= 0.84.1)
Imports: graphics, methods, stats
Suggests: covr, spelling, testthat
NeedsCompilation: no
Packaged: 2024-09-23 08:22:14 UTC; thoma
Author: Thomas Martin Lange [cre, aut]
    (<https://orcid.org/0000-0003-4351-7950>),
  Felix Heinrich [ctb] (<https://orcid.org/0000-0002-6093-8522>)
Repository: CRAN
Date/Publication: 2024-09-23 14:10:02 UTC
