make_cutoffs: Cut-off points for densities and fever

Description Usage Arguments Value Examples

View source: R/make_cutoffs.R

Description

Generate the cutoffs at every change of density in the fever, but first category is for density 0, and last category if possible have no subjects with no fever.

Usage

1
make_cutoffs(v.fever, v.density, add1 = TRUE)

Arguments

v.fever

numeric vector of 0/1 indicating fever or equivalent

v.density

numeric vector of values >= 0 indicating the density

add1

a logical value to indicate the category started with 1 is included

Value

a vector with the cutoff points

Examples

1
2
3

afdx documentation built on May 25, 2021, 5:09 p.m.