powered by
Filter to remove impossible values from vectors of reliabilities and corresponding weights.
filter_rel(rel_vec, wt_vec)
List of filtered reliabilities and weights.
Vector of reliability estimates.
Vector of weights corresponding to the elements of rel_vec.
## Not run ## filter_rel(rel_vec = c(0, .8), wt_vec = c(80, 100)) ## filter_rel(rel_vec = c(.7, .8), wt_vec = c(-80, 100))
Run the code above in your browser using DataLab