Package: optRF
Type: Package
Title: Optimising Random Forest Stability by Determining the Optimal
        Number of Trees
Version: 1.2.1
Authors@R: c(person(given = c("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.
BugReports: https://github.com/tmlange/optRF/issues
URL: https://github.com/tmlange/optRF
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: R (>= 3.6.0)
Imports: minpack.lm (>= 1.2-2), ranger (>= 0.12.0), irr (>= 0.82),
        graphics, methods, stats
Suggests: covr, knitr, rmarkdown, spelling, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-05-08 11:38:49 UTC; felix.heinrich
Author: Thomas Martin Lange [cre, aut] (ORCID:
    <https://orcid.org/0000-0003-4351-7950>),
  Felix Heinrich [ctb] (ORCID: <https://orcid.org/0000-0002-6093-8522>)
Repository: CRAN
Date/Publication: 2025-05-08 12:10:02 UTC
Built: R 4.3.3; ; 2025-05-08 14:30:28 UTC; unix
