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