getting_tp: Finding transmission pairs

Description Usage Arguments Value Examples

Description

Here we take a data frame and look for all cases where two individuals are sick within a week of each other. This does not compute wether or not the pairs match our criteria yet

Usage

1
getting_tp(meta_one)

Arguments

meta_one

A data frame containing one row for each ENROLLID in the data set.

Value

A data frame with one row for each possible transmission pair

Examples

1
2
one_meta<-only_one(small_meta)
getting_tp(one_meta)

jtmccr1/HIVEr documentation built on May 29, 2019, 1:50 a.m.