
Gives WLE reliability from the object returned by getResults()
wleRelFromRes.RdWLE reliability in a data frame.
Arguments
- resultsObj
The object returned by
getResults.
Value
A data frame with three columns, containing model name, dimension name, and the corresponding WLE reliability.
Examples
### read exemplary results object
file <- system.file("extdata", "results.rda", package = "eatModel")
load(file)
wleRel <- wleRelFromRes(res)