findModRules: Pull rulesets created by GARP

Description Usage Arguments Value See Also Examples

View source: R/findModRules.R

Description

findModRules Gets the dominant rules produced by GARP which cover more than 90% of the landscape for the best subset models

Usage

1
findModRules(pathA, pathB)

Arguments

pathA

file path to the directory for ruleset grids produced by GARP

pathB

a vector object that contains the directories of the best subsets for each GARP experiment

Value

Returns a data.frame that includes the model numbers (ruleset number) and dominant rule numbers

See Also

extractRules

Examples

1
2
3
4
## Not run: 
modelRule <- findModRules(pathA = "C:/GARP/runs/", pathB = "C:/GARP/BestSubsets/")

## End(Not run)

cghaase/GARPTools documentation built on Aug. 6, 2021, 6:38 a.m.