Cambridge Diabetes Risk Score
Cambridge Diabetes Risk Score is used to estimate risk that patient currently has undiagnosed diabetes (i.e., NOT future risk of developing diabetes)
The equations is following:
$$x = {{100} \over 1+ e^{{-(\alpha + b_1*x_1 + b_2*x_2 + b_3*x_3 +…+ b_n*x_n)}}}.$$
What is done here?
- Input data used in the equation is submitted via the form
- The algorithm, that we created, calculates the risk that patient currently has undiagnosed diabetes
- All this is merged to one sequence ready to put on the website
Load sample data