appliedepi / epiRhandbook_eng

The repository for the English version of the Epidemiologist R Handbook
Other
91 stars 56 forks source link

Cannot find the survey data used in 26.2 #44

Open pbkeating opened 2 years ago

pbkeating commented 2 years ago

Are there files available to run through the survey analysis section? I couldn't find them after installing the handbook/or on github. It would be helpful if such files were available to ensure users are getting the same results as presented online.

import the survey data survey_data <- rio::import("survey_data.xlsx")

import the dictionary into R survey_dict <- rio::import("survey_dict.xlsx")

pbkeating commented 2 years ago

On the same note 26.8.4, the numbers presented for arrived, left and died are not really realistic and makes their interpretation more complicated than needed.

aspina7 commented 2 years ago

this should be available if you follow the chapter on getting the datasets - will double check in next round though