Skip to contents

EAP reliability in a data frame.

Usage

eapRelFromRes(resultsObj)

Arguments

resultsObj

The object returned by getResults.

Value

A data frame with three columns, model name, domain name, and the EAP reliability.

Examples

### read exemplary results object
file <- system.file("extdata", "results.rda", package = "eatModel")
load(file)
eapRel <- eapRelFromRes(res)