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