Package: forestControl Type: Package Title: Approximate False Positive Rate Control in Selection Frequency for Random Forest Version: 0.2.3 Date: 2025-08-20 Authors@R: c( person("Tom", "Wilson", , "tpw2@aber.ac.uk", c("aut", "cre"), comment = c(ORCID = "0000-0003-3112-4682")), person("Jasen", "Finch", , "jsf9@aber.ac.uk", "aut")) Description: Approximate false positive rate control in selection frequency for random forest using the methods described by Ender Konukoglu and Melanie Ganz (2014) . Methods for calculating the selection frequency threshold at false positive rates and selection frequency false positive rate feature selection. Imports: Rcpp, purrr, tibble, magrittr, dplyr Suggests: testthat, randomForest, ranger, parsnip, knitr, rmarkdown License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/aberHRML/forestControl BugReports: https://github.com/aberHRML/forestControl/issues RoxygenNote: 7.3.2 LinkingTo: Rcpp Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Repository: https://aberhrml.r-universe.dev Date/Publication: 2026-05-20 07:33:02 UTC RemoteUrl: https://github.com/aberHRML/forestControl RemoteRef: HEAD RemoteSha: 573da77da9874403653b0c2fd469376cf2949ecd NeedsCompilation: yes Packaged: 2026-06-24 04:46:36 UTC; root Author: Tom Wilson [aut, cre] (ORCID: ), Jasen Finch [aut] Maintainer: Tom Wilson