Learn R Programming

psychmeta (version 2.6.5)

screen_rel: Screen to detect impossible values in vectors of reliability estimates.

Description

Screen to detect impossible values in vectors of reliability estimates.

Usage

screen_rel(rel_vec, art_name = "Reliability")

Value

Does not return values; stops processes if improper values are used.

Arguments

rel_vec

Vector of reliability estimates.

art_name

Optional artifact name to use in warning messages.

Examples

Run this code
## Not run
## screen_rel(rel_vec = c(.8, Inf), art_name = "rxxa")
## screen_rel(rel_vec = c(.8, -.2), art_name = "rxxa")

Run the code above in your browser using DataLab