Package: optRF Type: Package Title: Optimising Random Forest Stability by Determining the Optimal Number of Trees Version: 2.0.0 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 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.3 Depends: R (>= 3.6.0) Imports: minpack.lm (>= 1.2-2), ranger (>= 0.12.0), irr (>= 0.82), ordinalForest, graphics, methods, stats Suggests: covr, knitr, rmarkdown, spelling, testthat VignetteBuilder: knitr Repository: https://tmlange.r-universe.dev Date/Publication: 2026-01-19 09:11:25 UTC RemoteUrl: https://github.com/tmlange/optrf RemoteRef: HEAD RemoteSha: 17ec97985eafe52ca83798ebeb2ac3434b8b930a NeedsCompilation: no Packaged: 2026-06-18 08:24:51 UTC; root Author: Thomas Martin Lange [cre, aut] (ORCID: ), Felix Heinrich [ctb] (ORCID: )