OxfordIHTM / ihtm-hackathon-2023

Oxford International Health and Tropical Medicine Hackathon 2023
1 stars 0 forks source link

screening coverage in the past month #2

Open ernestguevarra opened 1 year ago

ernestguevarra commented 1 year ago
ernestguevarra commented 1 year ago

@OxfordIHTM/charmander

ernestguevarra commented 1 year ago

@OxfordIHTM/charmander here are some notes on answers to questions that your team and other teams have asked in today's session:

variable name variable description
survey_round Survey round; either Baseline or Endline
survey_data Date interview was conducted/data collected was performed
county County location respondent comes from; either Grand Bassa or Urban Montserrado
sex Sex of child; 1 = Male; 2 = Female
age Age of child in whole months
muac Mid-upper arm circumference (MUAC) measurement in centimetres
oedema Presence or absence of nutritional oedema; 1 = Yes; 2 = No
muac_screen In the past month, has the child's MUAC been measured? 1 = Yes; 2 = No; 99 = no answer/cannot remember
oedema_screen In the past month, has the child been checked for nutritional oedema? 1 = Yes; 2 = No; 99 = no answer/cannot remember
cov_status Is the child currently receiving treatment with peanut butter medicine/Plumpynut? 1 = Yes; 2 = No

$$ \text{coverage} ~ = ~ \frac{\text{Number of target population receiving a specific service or benefit}}{\text{Total number of target population}} $$

So, important to define the following:

- target population (this may mean what is the criteria to be eligible for the service/benefit);
- target population that is receiving the specific service/benefit

Once you are able to define these, then apply these definitions to the data using your data wrangling skills. There are many ways to do this but mistakes arise when the definitions are not clearly specified to begin with.

ernestguevarra commented 1 year ago

Team @OxfordIHTM/charmander, I hope you are all doing well.

I haven't seen any pull request from the team and the branches from team members that I have looked at have not shown any new contributions. So, just want to check if everything is ok and if you guys need help? No pressure. There is no expectation to contribute but I hope if indeed you have something to share or something that you are working on, would be good to see it so that I can provide feedback.

For our last session next week, get your R script completed and then start on preparing your section in the hackathon report. In the project/repository, you would have noticed an .Rmd file named coverage_assessment_report.Rmd. When you open that file, you should see a pre-prepared report format for the results of this hackathon and you specific section outlined in the report.

Using what you have learned in our R Markdown session, start adding text and paragraphs for your section of the report to present the results of your analysis. Please use tables to present the counts asked in the challenge and then think of how you can show your results creatively using plots.

I will walk around/move around and help you get started during our last session.

ernestguevarra commented 1 year ago

Team @OxfordIHTM/charmander, a table that looks like this on the report will be a good summary of your analysis results:

Urban Montserrado

MUAC screening

  Baseline Endline
Male Number of males screened by MUAC at baseline (% of males screened by MUAC out of total males at baseline) Number of males screened by MUAC at endline (% of males screened by MUAC out of total males at endline)
Female Number of females screened by MUAC at baseline (% of females screended by MUAC out of total females at baseline) Number of females screened by MUAC at endline (% of females screened by MUAC out of total females at endline)
Total Total number screened by MUAC at baseline (% of total screened by MUAC at baseline) Total number screened by MUAC at endline (% of total screened by MUAC at endline)

Oedema screening

  Baseline Endline
Male Number of males screened for nutritional oedema at baseline (% of males screened for nutritional oedema out of total males at baseline) Number of males screened for nutritional oedema at endline (% of males screened for nutritional oedema out of total males at endline)
Female Number of females screened for nutritional oedema at baseline (% of females screended for nutritional oedema out of total females at baseline) Number of females screened for nutritional oedema at endline (% of females screened for nutritional oedema out of total females at endline)
Total Total number screened for nutritional oedema at baseline (% of total screened for nutritional oedema at baseline) Total number screened for nutritional oedema at endline (% of total screened for nutritional oedema at endline)

Grand Bassa

MUAC screening

  Baseline Endline
Male Number of males screened by MUAC at baseline (% of males screened by MUAC out of total males at baseline) Number of males screened by MUAC at endline (% of males screened by MUAC out of total males at endline)
Female Number of females screened by MUAC at baseline (% of females screended by MUAC out of total females at baseline) Number of females screened by MUAC at endline (% of females screened by MUAC out of total females at endline)
Total Total number screened by MUAC at baseline (% of total screened by MUAC at baseline) Total number screened by MUAC at endline (% of total screened by MUAC at endline)

Oedema screening

  Baseline Endline
Male Number of males screened for nutritional oedema at baseline (% of males screened for nutritional oedema out of total males at baseline) Number of males screened for nutritional oedema at endline (% of males screened for nutritional oedema out of total males at endline)
Female Number of females screened for nutritional oedema at baseline (% of females screended for nutritional oedema out of total females at baseline) Number of females screened for nutritional oedema at endline (% of females screened for nutritional oedema out of total females at endline)
Total Total number screened for nutritional oedema at baseline (% of total screened for nutritional oedema at baseline) Total number screened for nutritional oedema at endline (% of total screened for nutritional oedema at endline)
ernestguevarra commented 1 year ago

Team @OxfordIHTM/charmander, I have reviewed the only pull request that came from your group via @quyentrano.

I have given feedback via GitHub which @quyentrano would see but I will tag all of you as well so you can see my feedback.

I have merged this to the main branch myself and then have made some edits based on the feedback I have given.

I think you may not have had the time to add literate code in the R Markdown so I used the R script provided to add code and text to the R Markdown.

I will be reviewing each of your individual branches and give feedback directly to each of you individually.

Well done!

ernestguevarra commented 1 year ago

Team @OxfordIHTM/charmander, well done for all your work and contributions to the hackathon. You can now view the output report that contains your inputs from the script that you submitted a pull request on here - https://oxford-ihtm.io/ihtm-hackathon-2023/coverage_assessment_report.html

I have given direct feedback to the group and to @quyentrano for the pull request that you have made. In addition to that, I am giving specific team feedback based on your efforts as a team during the hackathon.

Well done again to your team! Thank you for all your contributions! Look forward to the course dinner in late April as we will be handing out awards and tokens for your contributions.