Optimization Model: Resource Distribution for Risk Factors of Type 2 Diabetes Prevention

Abstract

Type 2 Diabetes, a lifestyle disease, can be prevented/delayed by adopting a healthy lifestyle. Awareness of the same amongst the citizens can be one of the best ways to initiate a decline in the positive census of the disease. We use this paper to illustrate an optimization model where the budget can be distributed based on the census data of the risk factors involved. It uses a non-linear programming model and can easily be modified into a linear one. The alternative options and constraints too, are mentioned in the paper. The results show that the mid-western states need more share of the allocation based on risk factors. The model distributes the percentage of the budget allocated to different states based on a fixed risk factor constraint.

Share and Cite:

Misra, K. (2023) Optimization Model: Resource Distribution for Risk Factors of Type 2 Diabetes Prevention. Open Journal of Optimization, 12, 1-9. doi: 10.4236/ojop.2023.121001.

1. Introduction

We know that family history, obesity, and physical inactivity are risk factors for this condition, formerly known as adult-onset diabetes. NIH-funded research has shown that type 2 diabetes can be delayed or prevented [1]. Basic lifestyle interventions—modest weight loss and regular exercise—slash type 2 diabetes risk by 58% over 3 years in people with pre-diabetes [2]. Despite this good news, type 2 diabetes still accounts for 90% of diabetes cases nationwide and has been increasing at an alarming rate due to the rise in obesity and hypertension in the United States [3].

2. Stakeholder Analysis

Awareness with respect to the Diabetes program will primarily benefit the citizens who suffer from it and the government by giving them an overview of which group of citizens should be targeted. Also, the medical industry will be benefit in terms that it will know where to direct its major resources and supplies promoting an overall healthy lifestyle in the nation. Drop in the number of citizens affected by diabetes in the next census.

Stakeholders in order of decreasing benefit will be patients, the government, and the medical industry. However, the results achieved will be dependent ultimately on the citizens. If the citizens implement and learn, then there definitely will be a positive result in the census.

We assume that the resources invested will be utilized completely for the benefit of educational awareness.

3. Objective

Diabetes is popularly also known as a lifestyle disease. The 5 major risk factors include high cholesterol, hypertension awareness, obesity, physical inactivity, and smoking [4].

The overall resource distribution maximizes the impact and creates awareness in the masses [5].

4. Critical Resources

The most critical resources and indicators which we will be using for our studies will be the data for the 5 risk factors [4]. We also take the self-diagnosed statistics for type II diabetes as a critical resource to identify the overall impact of diabetes across the states and as an additional indicator to our risk factor data.

Since working across all the states will be too cumbersome, we will target the states in different phases and run the optimization accordingly. We use the diagnosed diabetes data to narrow down the target states.

5. Data Sources and the Relation to the Proposed Model

Diagnosed Diabetes: The percentage of US adults who reported ever being told by a health professional that they had diabetes was estimated using data from the CDC’s Behavioral Risk Factor Surveillance System (BRFSS) [6].

Risk Factors for Complications—Self-reported: The percentage of US adults with self-reported diabetes who also reported being current smokers was estimated using data from CDC’s Behavioral Risk Factor Surveillance System (BRFSS). Similarly, obesity, Physical Inactivity, Hypertension Awareness, and High Cholesterol Awareness data has been reported [6].

The Risk Factor data enlists the percentage of each factor that contributes to the occurrence of diabetes on a self-reported basis [6]. The data is populated for each state, and we use it as an indicator of how prevalent a given risk factor is.

Using this information, we prepare a model where we find the number of resources that should be allocated to which risk factor and which state.

6. Formal Solution and the Algebraic Model

We begin with collating the data for all the states. Data for U.S. Virgin Islands is not available and hence it is removed.

The data is organized, and its statistical characteristics are tabulated as shown in Table 1 below.

We also apply conditional formatting and identify the states that have a higher index factor number. We use median as the benchmark to filter the states.

We notice that Hypertension, Obesity and High Cholesterol (we henceforth refer to these as the primary risk factors) conditions contribute more to diabetes than Physical Inactivity or Smoking (we henceforth refer to these as the secondary risk factors). Hence, we put a conditional statement to filter out the states which have any of the primary risk factors higher than the respective medians and have any of the secondary risk factors higher than the medians along with self-reported diabetes percentage higher than the medians.

We get the result as shown in Table 2 below.

We further model the whole solution to distribute the awareness budget/resource in the different states for different risk factors.

We create binary decision variables which will decide whether the money is supposed to be invested for a particular risk factor in the given state or not.

We also re-calculate the weights to get a standardized comparison result for each risk factor data.

Based on the overall average data from CDC [6], we recalculate the weights for each risk factor as shown in Table 3 below.

Based on these calculations we decide to allocate a definitive percentage of the budget/resource to each risk factor. The above numbers have been arrived based on the risk factor matrix. The distribution can be done based on one’s chosen matrix or area of focus accordingly.

Next in the final optimization model, as shown in the figure below, we also put in an extra variable which determines what fraction of the maximum allowable budget/resource can be spent for the given risk factor. One can choose not to spend the complete amount on it. The model essentially becomes a non-linear model because of this assumption. The fraction variable can assume any value between 0 and 1 thus increasing the non-linearity of the model and giving an option to invest fractionally in some states. Thus, let us assume the following notations:

xi: Fraction of the maximum budget/resource that can be invested

yi: Decision variable

0: if it is decided not to invest in the state for the given risk factor.

1: if it is decided to invest in the state for a given risk factor.

zij: Individual Fractions for each state, i for each risk factor, j

Aij: Amount invested in each state for each risk factor

We formulate the objective function/model as below:

j x i y i z i = 100.00

Table 1. Percentage for risk factor or complication contribution to the occurrence of diabetes.

Table 2. Final list of states after filtering out conditional requirements.

Table 3. Average for each risk factor and their weighted contributions.

S.t: y i = 0 , 1 (1)

x i y i z i < MaximumLimit (2)

j A i j = AllocatedLimitfor j (3)

x 1 (4)

The constraint (2) and (4) ensure that no state can be allocated more than its allocated budget/resources.

Constraint (3) ensures that the allocation for the given risk factor is achieved.

As a modification, we can also put a constraint on the minimum number of states covered in each risk factor category. For example, if we need to cover a minimum of 5 states in the Smoking risk factor, we can add an additional constraint as below:

j y i = n

where n is the minimum number of states to be covered.

We first normalize the high cholesterol % across the states.

Figure 1 on the right gives a sample of how the constraints have been applied.

We randomly create the decision variable and assign values 0 or 1. Next we assign the maximum spend limits to the maximum investment amount (ziyi) in the last column.

We then go to MS Excel Solver Add-in and set out objective [7] [8]. See Figure 2 for reference. In this example, it’s 25 for cholesterol contributions. We then tell it to change variables yi and xi. Next, we define constraints as mentioned above in the “Subject to the Constraints”: box.

Since budget allocations cannot be negative, we also check the box below to make the unconstrained variables non-negative and then select the solving method to GRG Nonlinear. Once we click on Solve the Solver algorithm runs iterations and comes up with optimal assignments of budgets to the states. It picks which state needs to receive a budget and how much.

The format is attached in the report as an Appendix.

Figure 1. Snapshot of solution layout for high cholesterol resource optimization.

Figure 2. Solver parameters setting for non-linear optimization problem.

Figure 3. State wise allocation of budget for each risk factor after running the GRG Nonlinear algorithm.

7. Conclusions & Results

We present the results in the form of a stacked bar chart shown in Figure 3. Each risk factor allocation is stacked up for the state it has been allotted to.

We notice that the states with the maximum share of the resource are Oklahoma, Pennsylvania, South Carolina, Texas, and West Virginia. We calculate this simply by summing the amount invested in each state over all the risk factors. The sample calculation is shown in the Appendix sheet attached.

We see that the model chooses to not allocate any resources to Delaware, Georgia, Illinois, and North Carolina. This model assumes a fixed allocation for each risk factor. Alternatively, we can also assume a fixed allocation for each state and re-model the whole optimization problem to maximize the objective function. This is particularly useful when we have a limited individual budget for different departments which in this case state. It becomes a maximization problem then.

Appendix

https://docs.google.com/spreadsheets/d/13F9kSS--csqruyZoNuCxSWAhrXpZGWU8/edit?usp=sharing&ouid=116516128823988613493&rtpof=true&sd=true

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Galaviz, K.I., Narayan, K.M.V., Lobelo, F. and Weber, M.B. (2015) Lifestyle and the Prevention of Type 2 Diabetes: A Status Report. American Journal of Lifestyle Medicine, 12, 4-20.
https://doi.org/10.1177/1559827615619159
[2] Preventing Diabetes-Related Complications.
https://www.cdc.gov/diabetes/data/statistics-report/preventing-complications.html
[3] Bergman, M., Buysschaert, M., Schwarz, P.E., Albright, A., Narayan, K.V. and Yach, D. (2012) Diabetes Prevention: Global Health Policy and Perspectives from the Ground. Diabetes management (London, England), 2, 309-321.
[4] Centers for Disease Control and Prevention. National Diabetes Statistics Report.
https://www.cdc.gov/diabetes/data/statistics-report/index.html
https://www.cdc.gov/diabetes/data/statistics-report/risks-complications.html
[5] National Center for Chronic Disease Prevention and Health Promotion—Division of Diabetes Translation.
https://www.cdc.gov/chronicdisease/resources/publications/aag/diabetes.htm#
[6] Data Source: Centers for Disease Control and Prevention.
https://gis.cdc.gov/grasp/diabetes/diabetesatlas-surveillance.html#
[7] Hashemi, S.H., Mousavi Dehghani, S.A., Samimi, S.E., et al. (2020) Performance Comparison of GRG Algorithm with Evolutionary Algorithms in an Aqueous Electrolyte System. Modeling Earth Systems and Environment, 6, 2103-2110.
https://doi.org/10.1007/s40808-020-00818-6
[8] Stohr, E. (2017) Lecture Notes. Stevens Institute of Technology, BIA 650.

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.