Skip to content

Commit

Permalink
Add fertility intention columns for 2008-2010 in time-shifted data
Browse files Browse the repository at this point in the history
  • Loading branch information
emilycantrell committed May 17, 2024
1 parent b57d9c7 commit 233c6e3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion feature_time_shift.R
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,17 @@ features_for_2018to2020 <- features_for_2018to2020 %>%
cv10c135 = NA,
cv10c136 = NA,
cv10c137 = NA,
cv10c138 = NA)
cv10c138 = NA,
cf08a128 = NA,
cf09b128 = NA,
cf10c128 = NA,
cf08a129 = NA,
cf09b129 = NA,
cf10c129 = NA,
cf08a130 = NA,
cf09b130 = NA,
cf10c130 = NA
)

######## STEP 6: SAVE THE FILES! ########
write_csv(features_for_2018to2020, "train_data_for_2018to2020.csv")

0 comments on commit 233c6e3

Please sign in to comment.