wleRelFromRes | R Documentation |
WLE reliability in a data frame.
wleRelFromRes(resultsObj)
resultsObj |
The object returned by |
A data frame with three columns, containing model name, dimension name, and the corresponding WLE reliability.
### read exemplary results object
file <- system.file("extdata", "results.rda", package = "eatModel")
load(file)
wleRel <- wleRelFromRes(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.