Skip to content

Commit f06c3c8

Browse files
authored
Merge pull request #894 from cmu-delphi/fb-package-wave-10
[fb-survey] Add "indoors" version of work/school item
2 parents 4ddef29 + 4668e71 commit f06c3c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

facebook/delphiFacebook/R/binary.R

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,15 @@ get_binary_indicators <- function() {
5151
"smoothed_wtravel_outside_state_7d", "weight", "c_travel_state_7d", 6, compute_binary_response, jeffreys_binary,
5252

5353
# work outside home
54-
# pre-wave-4
54+
# pre-wave 4
5555
"wip_smoothed_work_outside_home_5d", "weight_unif", "c_work_outside_5d", 6, compute_binary_response, jeffreys_binary,
5656
"wip_smoothed_wwork_outside_home_5d", "weight", "c_work_outside_5d", 6, compute_binary_response, jeffreys_binary,
57-
# wave 4+
57+
# wave 4+, pre-wave 10
5858
"smoothed_work_outside_home_1d", "weight_unif", "a_work_outside_home_1d", 6, compute_binary_response, jeffreys_binary,
5959
"smoothed_wwork_outside_home_1d", "weight", "a_work_outside_home_1d", 6, compute_binary_response, jeffreys_binary,
60+
# wave 10+
61+
"smoothed_work_outside_home_indoors_1d", "weight_unif", "a_work_outside_home_indoors_1d", 6, compute_binary_response, jeffreys_binary,
62+
"smoothed_wwork_outside_home_indoors_1d", "weight", "a_work_outside_home_indoors_1d", 6, compute_binary_response, jeffreys_binary,
6063

6164
# activities
6265
# pre-Wave 10

0 commit comments

Comments
 (0)