calc_fu: Generates a report of participants eligible for follow-up.

Description Usage Arguments Value See Also

View source: R/calc_fu.r

Description

This function generates a data.frame of participants who are eligible to complete a 6-, 12-, 18-, or 24-month follow-up interview.

Usage

1
calc_fu(cleanlist)

Arguments

cleanlist

The list of cleaned TO1 data generated by clean_to1

Value

This function returns a data.frame of participants who are eligible for follow-up, including study ID, original visit date, the date the person became eligible for this follow-up period, the end date of the eligibility period, the number of days until the end of the follow-up period, and and indicator of whether the follow-up has been completed. The data.frame is ordered by days left to complete the interview.

See Also

check_fu for identifying follow-ups that occurred outside of an eligibility period.


mmparker/to1check documentation built on May 23, 2019, 5:05 a.m.