filter_rel: Filter to remove impossible values from vectors of...

View source: R/filters.R

filter_relR Documentation

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

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

psychmeta/psychmeta documentation built on Feb. 12, 2024, 1:21 a.m.