Learn R Programming

psychmeta (version 2.3.4)

filter_rel: Filter to remove impossible values from vectors of reliabilities and corresponding weights.

Description

Filter to remove impossible values from vectors of reliabilities and corresponding weights.

Usage

filter_rel(rel_vec, wt_vec)

Arguments

rel_vec

Vector of reliability estimates.

wt_vec

Vector of weights corresponding to the elements of rel_vec.

Value

List of filtered reliabilities and weights.

Examples

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