generate_fu_log_csv: Generate follow-up log CSV for upload on ODK Central...

View source: R/generate_fu_logs.R

generate_fu_log_csvR Documentation

Generate follow-up log CSV for upload on ODK Central (TIMCI-specific function)

Description

Generate a list of participants to be called in a time window after baseline between wmin and wmax

Usage

generate_fu_log_csv(pii, fudf, wmin, wmax, vwmin, vwmax)

Arguments

pii

dataframe containing personally identifiable data

fudf

dataframe containing the processed follow-up data

wmin

numerical, start of the follow-up period (in days)

wmax

numerical, end of the follow-up period (in days)

vwmin

numerical, start of the follow-up period valid for the statistical analysis (in days)

vwmax

numerical, end of the follow-up period valid for the statistical analysis (in days)

Value

This function returns a dataframe.


Thaliehln/timci documentation built on April 8, 2024, 3:38 p.m.