Learn R Programming

codebook (version 0.9.6)

pull_reliability: Briefly summarise available reliability results

Description

One-line summary

Usage

pull_reliability(rels)

Arguments

rels

the result of a call to compute_reliabilities

Examples

Run this code
if (FALSE) {
data("bfi", package = "codebook")
bfi <- bfi %>% dplyr::select(dplyr::starts_with("BFIK_agree"))
reliabilities <- compute_reliabilities(bfi)
pull_reliability(reliabilities$BFIK_agree)
reliabilities <- compute_reliabilities(bfi, use_psych = FALSE)
pull_reliability(reliabilities$BFIK_agree)
}

Run the code above in your browser using DataLab