Codebook for coughsperday.csv reports coughs and sputum results per day, during treatment. * cod_pac_st is the participant’s code in the study. * cough_day is the day in the study that cough recording was obtained. * sputum_day is the day in the study that sputum was obtained. * target_day is the variable created to help “match” days: 0 = anything from day -3 to day 0 (closest option preferred) 3 and 7 = +/- 2 days (closest option preferred) 4 21 30 45 60 = +/- 5 days (closest option preferred) -1 -3 -2 1 2 4 5 6 8 9 10 11 12 13 = exact day * target_day2 is the transformation as follows (target_day+4)/10 * target_day2_squared is target_day2 squared. * coughs_per_day is the number of cough events in a day. * epochs_per_day is the number of cough episodes in a day. * totalhours is the total number of hours recorded in that target day. * cough_rate is the rate of cough events per hour. * epoch_rate is the rate of cough episodes per hour. * low_cough is to determine if the participant had “no cough”, defined as a cough_rate ≤0.7 cough events per hour (1=no cough) * mods2shows the sputum MODS culture result at that target day. * aur2 is the smear result (Neg, Pauc., +, ++, +++) * dias_mods represents the number of days to culture result; for positive samples only this represents time to positivity of samples. * modsconversion represents time (days) to the first negative culture with no subsequent positive culture. * aurconversion represents the time (days) to the first negative smear with no subsequent positive smear * coughconversion represents the time to the first of two consecutive recordings with a cough frequency of ≤0.7 cough events per hour (considered “no cough”).