Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make health system conversion text more informative #29

Open
ghost opened this issue Jan 27, 2016 · 1 comment
Open

Make health system conversion text more informative #29

ghost opened this issue Jan 27, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 27, 2016

No description provided.

@Baguage
Copy link
Member

Baguage commented Feb 3, 2016

Health system page converts "Percentage of fevers treated with an antimalarial" and "
Percentage of these treatments accessed through formal care providers" to pSelfTreatUncomplicated, pSeekOfficialCareUncomplicated1 and pSeekOfficialCareUncomplicated2

pSelfTreatUncomplicated = Percentage of fevers treated with an antimalarial

(100 - "Percentage of these treatments accessed through formal care providers") is converted to Probability using table below (i.e. 8% converted to 0.02895516, 88% is converted to 0.6465634)

pSeekOfficialCareUncomplicated1 = pSeekOfficialCareUncomplicated2 = Probability

Conversion table:
0: 0.0,
1: 0.003655052,
2: 0.007259242,
3: 0.01089065,
4: 0.01454715,
5: 0.01821375,
6: 0.02185895,
7: 0.02545025,
8: 0.02895516,
9: 0.03234127,
10: 0.03558067,
11: 0.03870637,
12: 0.04179515,
13: 0.04492462,
14: 0.04817231,
15: 0.05161556,
16: 0.05531544,
17: 0.0592686,
18: 0.06345559,
19: 0.0678569,
20: 0.07245236,
21: 0.07721322,
22: 0.08210456,
23: 0.08709143,
24: 0.09213899,
25: 0.09721381,
26: 0.1022998,
27: 0.1073931,
28: 0.1124904,
29: 0.1175883,
30: 0.1226833,
31: 0.1277816,
32: 0.1329135,
33: 0.1381124,
34: 0.1434117,
35: 0.1488444,
36: 0.1544396,
37: 0.1601931,
38: 0.1660799,
39: 0.1720749,
40: 0.1781534,
41: 0.1842907,
42: 0.1904703,
43: 0.1966911,
44: 0.2029544,
45: 0.209261,
46: 0.215612,
47: 0.2220045,
48: 0.228417,
49: 0.2348223,
50: 0.2411937,
51: 0.2475042,
52: 0.2537213,
53: 0.2598108,
54: 0.2657407,
55: 0.271538,
56: 0.2773034,
57: 0.2831406,
58: 0.2891962,
59: 0.2957379,
60: 0.3030474,
61: 0.311396,
62: 0.3209671,
63: 0.331772,
64: 0.3437782,
65: 0.3566707,
66: 0.3699061,
67: 0.3828218,
68: 0.39491,
69: 0.4061192,
70: 0.4164699,
71: 0.4261829,
72: 0.4355614,
73: 0.4448962,
74: 0.4544731,
75: 0.4645689,
76: 0.4754909,
77: 0.4875557,
78: 0.5010331,
79: 0.5159051,
80: 0.5318855,
81: 0.5483645,
82: 0.5644357,
83: 0.5793443,
84: 0.5929385,
85: 0.6057272,
86: 0.6184566,
87: 0.6318566,
88: 0.6465634,
89: 0.6629652,
90: 0.6812664,
91: 0.7013116,
92: 0.7223719,
93: 0.7436717,
94: 0.7665125,
95: 0.7933986,
96: 0.8262853,
97: 0.8660768,
98: 0.9114032,
99: 0.9580364,
100: 0.9984184

@Baguage Baguage added the on hold label Feb 9, 2016
Baguage added a commit that referenced this issue Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant