Learn R Programming

psychmeta (version 2.3.4)

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")

Arguments

rel_vec

Vector of reliability estimates.

art_name

Optional artifact name to use in warning messages.

Value

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

Examples

Run this code
# NOT RUN {
## 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