filter.bmi: Filter bmi variable eliminating measurements below and above...

Description Usage Arguments Value

View source: R/vars_recover-filter.R

Description

Filter bmi variable eliminating measurements below and above a constant inf and sup respectively

Usage

1
filter.bmi(bmi, obesity = NULL, inf = 14, sup = 40)

Arguments

obesity

indicative variable of obesity

inf

lower bound (default 140)

sup

upper bound (default 220)

value

vector with bmi measurements to be filtered

Value

the measurement vector filtered with NA in measurements outside the rank [ind, sup]


mcomas/usrgi.lib documentation built on May 22, 2019, 3:18 p.m.