eapRelFromRes: Gives EAP reliability from the object returned by...

View source: R/fromRes.R

eapRelFromResR Documentation

Gives EAP reliability from the object returned by getResults()

Description

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)

weirichs/eatModel documentation built on Jan. 26, 2025, 4:01 p.m.