WFP-VAM / WFP-VAM/RAMResourcesScripts

rCSI computations

Open Beginner friendly
#29 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Scheme
Stars
35
Forks
31
Avg merge
1d 1h
Merged PRs (30d)
4

Description

The SPSS and Stata are using the following weights:

rCSI=(rCSILessQlty * 1) + (rCSIBorrow* 2) + (rCSIMealNb * 1) + (rCSIMealSize * 3) + (rCSIMealAdult * 1) while the description in the SPSS refers as

(rCSILessQlty * 1) + (rCSIBorrow* 2) + (rCSIMealNb * 1) + (rCSIMealSize * 1) + (rCSIMealAdult * 3)

The following guidelines follow the instruction as in the SPSS description
https://www.indikit.net/document/9-the-coping-strategies-index-field-methods-manual
https://www.indikit.net/document/191-ffp-indicators-handbook
https://view.officeapps.live.com/op/view.aspx?src=https%3A%2F%2Fdocs.wfp.org%2Fapi%2Fdocuments%2FWFP-0000133801%2Fdownload%2F&wdOrigin=BROWSELINK

The SPSS do file has twice the same label "rCSIMealNb"

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with Indicators/Reduced-coping-strategy-index/rCSI-indicator.sps and rCSI-indicator.do, then compare their rCSI weights with the linked guidelines. Confirm which meal variables should receive each weight, correct the inconsistent computation or description, and remove the duplicate rCSIMealNb label. Done means both files consistently reflect the supported formula and labels.

Written by the indexing model from the issue text.

Assessment

Domain
data
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.