powered by
Screen to detect impossible values in vectors of reliability estimates.
screen_rel(rel_vec, art_name = "Reliability")
Does not return values; stops processes if improper values are used.
Vector of reliability estimates.
Optional artifact name to use in warning messages.
## 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