Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Applying a Novel Combination of Techniques to Develop a Predictive Model for Diabetes Complications

  • Mohsen Sangi ,

    m64473s@yahoo.com

    Affiliations SMART Infrastructure Facility, University of Wollongong, Wollongong, New South Wales 2522, Australia, School of Information Systems & Technology, Wollongong University of Wollongong, New South Wales 2522, Australia

  • Khin Than Win,

    Affiliation School of Information Systems & Technology, Wollongong University of Wollongong, New South Wales 2522, Australia

  • Farid Shirvani,

    Affiliation SMART Infrastructure Facility, University of Wollongong, Wollongong, New South Wales 2522, Australia

  • Mohammad-Reza Namazi-Rad,

    Affiliation SMART Infrastructure Facility, University of Wollongong, Wollongong, New South Wales 2522, Australia

  • Nagesh Shukla

    Affiliation SMART Infrastructure Facility, University of Wollongong, Wollongong, New South Wales 2522, Australia

Abstract

Among the many related issues of diabetes management, its complications constitute the main part of the heavy burden of this disease. The aim of this paper is to develop a risk advisor model to predict the chances of diabetes complications according to the changes in risk factors. As the starting point, an inclusive list of (k) diabetes complications and (n) their correlated predisposing factors are derived from the existing endocrinology text books. A type of data meta-analysis has been done to extract and combine the numeric value of the relationships between these two. The whole n (risk factors) - k (complications) model was broken down into k different (n-1) relationships and these (n-1) dependencies were broken into n (1-1) models. Applying regression analysis (seven patterns) and artificial neural networks (ANN), we created models to show the (1-1) correspondence between factors and complications. Then all 1-1 models related to an individual complication were integrated using the naïve Bayes theorem. Finally, a Bayesian belief network was developed to show the influence of all risk factors and complications on each other. We assessed the predictive power of the 1-1 models by R2, F-ratio and adjusted R2 equations; sensitivity, specificity and positive predictive value were calculated to evaluate the final model using real patient data. The results suggest that the best fitted regression models outperform the predictive ability of an ANN model, as well as six other regression patterns for all 1-1 models.

Introduction

Diabetes is spreading all around the world as an unprecedented epidemic: in 2011, 366 million people had diabetes and by 2030 this will have risen to 552 million (8.3% compared to 9.9% of the adult population, respectively) [1].

Among many related issues of diabetes management, its complications constitute the main part of the heavy burden of this disease. They represent around 60% of direct and almost 80–90% of the indirect related costs [2]. These complications can be prevented if the treatment starts before the development of non-reversible clinical symptoms. This means that predicting them is essential in order to intervene successfully. E.g. early detection and proper treatment of diabetes can prevent up to 90% of blindness, at least 50% of kidney failure and nearly 80% of amputations [3].

Diabetes and its complications have been well studied over the past 20 years and a great deal of energy has been put into guidelines, best practice, optimization of care and other management methods to improve outcomes. However, compliance with the recommended preventive care for diabetic patients has been low [4, 5]. The discrepancy between what is known and what is done in diabetes care indicates that better knowledge management is necessary in order to improve results through sharing and making use of the information. Several studies have documented a significant gap between actual clinical practice and optimal patient care. For example, in a systematic review of the quality of health care in the United States, Schuster et al. found that only about 60% of patients received recommended care for chronic conditions [6]. Because of this, computer-based clinical reminder systems are often seen as an effective strategy to promote preventive procedures generally and in diabetes management, in particular [710]. These facts justify the development of an advisory tool to help in the early and prompt detection of diabetes complications.

This paper presents the model development for predicting the complications of diabetes by systemically assessing the current literature on clinical trials. We gathered the results of the previously conducted surveys. Each survey has studied a number of patients during a period of time to investigate the quantitative relationships between a series of diabetic risk factors and complications. Using the results of these studies enabled us to build a model based on the information from more than 450,000 patient/years. In the end, the real data of 84 diabetic patients from one of the largest Australian longitudinal population-based studies (AusDiab [26]) has been used in order to externally validate the final model.

Background

Since diabetes is a multi-factorial disease which is regulated by multiple genes and a number of environmental factors, there is a need for predicting complications in order to reduce the economic and social burden of the disease [11].

Computerized decision tools in diabetes

Apart from the broad categories of the use of medical informatics in the health care area, its main applications with regard to diabetes have been grouped into three major categories: the prompting of diabetes care, insulin dose adjustment and patient education [9, 12]. There have been expert systems and decision support systems (DSS) to advise on patient management, computer algorithms and artificial intelligence to regulate insulin dosage, and a range of mathematical models as well as approaches drawing upon optimal or adaptive control [1316] in order to manage the disease more effectively and decrease the burden of its complications.

Problem with current decision tools

There are limitations, however, which are common to all of these models. Firstly, it would not be possible to add any new risk factor to the model which was not considered at the time of the initial study. In addition, all models are created based on a specific population that makes it hard to generalize to others. The last but not the least limitation is, most of the existing systems use different risk factors to predict only a single complication, not all complications.

The literature shows no decision tools to individually predict the absolute risk of all diabetes complications using individual patient data. The main reasons for failure and the difficulty of designing a beneficial decision system are inadequate usable data at hand and an over-emphasis on technology [17]. In order to implement an empirical tool to predict absolute risk of diabetes complications, these two obstacles must be overcome. Sufficient reliable data must be gathered and correctly structured methods must be applied.

This study was approved by the Human Research Ethics Committee at the University of Wollongong.

Methodology

The overall goal of this paper is to design a predictive risk advisor by modelling the relationships between diabetic predisposing factors and their related complications. Because creating a final n-k model for all risk factors and complications is very complicated, diabetic retinopathy—and this includes any kind of diabetic retinopathy (DR), non-proliferative diabetic retinopathy (NPDR) and proliferative diabetic retinopathy (PDR)—as well as diabetic nephropathy, which includes both microalbuminuria and macroalbuminuria, are selected as diabetic complications. Among all the related predisposing factors for these complications, duration of disease and HbA1c for both groups, and albumin exertion rate (AER) and blood pressure control (BP) for each group, respectively, are investigated. As a prerequisite, the relationship between selected risk factors and complications needs to be extracted through a secondary research approach and then, the data is presented in table format.

Another specific goal of this research is to design an innovative procedure to break down the final model into simpler steps, including modelling the relation between one risk factor and one complication (step 1), modelling the relation between n risk factors and one complication (step 2), modelling the relation between n risk factors and k complications (step 3) and then identifying the most reasonable methods and empirical techniques for modelling each step. Fig 1 presents an outline of these steps.

This model uses individual patients’ current and previous data as its input and estimates the relative risk of each diabetic complication as its output. Having created the final model, physicians and other healthcare workers can thus predict the probability of complications by observing patients’ individual data, and this will result in better management of diabetic complications.

Classification is a form of data analysis technique that can be used to extract models describing important data classes and predict future data trends. There are several popular techniques that dominate tools for classification and prediction including neural networks (NNs), naïve Bayes, Bayesian networks, decision trees (C4.5), association rules and support vector machines (SVMs). Some of these techniques may be used for both prediction and classification, while others have been used specifically for classification. We have used some of the abovementioned methods for classification and predictions. There have been numerous comparisons of the different prediction and classification methods but no single method has been found to be superior to all others for all data sets [18, 19]. Issues such as accuracy, training time, robustness, interpretability and scalability must be considered and can involve tradeoffs, further complicating the quest for an overall superior method. Empirical studies show that the accuracy of many algorithms is so similar that their differences are statistically insignificant [2022].

Least square regression and artificial neural networks have been chosen for the first step. The naïve Bayes is selected as a classifier for the second step as it can deal with the independent factors. The naïve Bayesian classifier assumes class conditional independence. When the assumption holds true, it is the most accurate compared with all other classifiers. The Bayesian network has an appealing, transparent and intuitively clear structure which can be visualised graphically. In addition, because all relations between variables are described by the rules of probability, there are no assumptions made by the method. A Bayesian network is, therefore, used to illustrate the relation among all the risk factors and diabetic complications. Finally, the accuracy of the model is evaluated by applying real patients’ data from the Australian diabetes, obesity and lifestyle study (AusDiab), the largest Australian longitudinal population-based study [23].

Data preparation

There are two central tasks for data preparation in this research.

Data gathering.

First of all, a knowledge base is created, which uses some knowledge representation structures to capture the knowledge of the experts. This knowledge has been gathered from secondary data. Although the principal methodology in medical secondary research is systematic review, commonly using meta-analytic statistical techniques, there are three general categories of research objectives: fact-finding, model building and database marketing [24] and from these, in our approach, we have chosen to use secondary data for model building, which involves specifying the relationships between two or more variables.

We examined the many surveys which have been conducted to investigate the relation between previously mentioned diabetic risk factors and complications to find relevant studies and collate their results. For that, available related knowledge was gathered from peer reviewed publications on clinical trials, meta-analysis and the Cochrane review from Medline, Cinahl, federated database searches and diabetes management guidelines published from 1981 to 2012. We also systematically searched the reference lists of included studies and of relevant reviews for potential studies. The results of surveys provided an inventory of knowledge on which to base our models. Three independent reviewers examined all titles of the resulting articles and rated each paper as ‘potentially relevant’, ‘of doubtful relevance’ or ‘not relevant’. Then the process was repeated for the first two groups by reviewing the abstracts and then the full-text versions and all ‘not relevant’ studies were omitted from the research. The chosen surveys were reviewed and the final results of every survey were taken out. The results from this review work were coded in Nvivo8 (a qualitative data analysis computer software package produced by QSR International) to manage and analyse associations and themes among diabetes predisposing factors and complications.

Data conversion.

When secondary data are reported in a format that does not exactly meet the researcher’s needs, data conversion is necessary. All the various kinds of expressed data had to be converted into clear and concise records, with every record representing a relationship between one specific risk factor and one complication. Records had to be created in a format capable of being drawn on a scatter graph in order for us to be able to fit a curve on the scattered points. Therefore, data expressions had to be paraphrased into a table format as shown in Table 1.

The reason for the choice of the ‘from-to’ format was to take into consideration the fact that the research has independently studied the relation between factors and complications. In other words, these tables are designed in a three-dimensional format in order to make data as clear as possible, but later on could be used as two-dimensional records. This format shows by how much the probability of a specific complication will change, if, independent of all other factors, the value of a specific risk factor changes.

Some studies express their observations exactly in our desired format. For instance, according to the DCCT research group [25], ‘A reduction in HbA1c from 11 to 9.9% yields a reduction in risk of retinopathy progression from 10.78 to 4.21 cases per 100 patient-years. In contrast, a reduction from 8 to 7.2% yields a reduction in risk from 2.43 to 1.48 cases per 100 patient-years’. Most of the studies, however, express their results in other formats. Some report only the change in severity occurring in a complication, but the absolute probability of that is not known. In such cases, by having the risk percentage of the first point, the risk percentage of other points could be calculated easily as the factors of change are available. A number of these studies demonstrate the changes in graphical representations, but the data from these needed to be extracted and presented in the format we needed.

Applying prediction methods to make 1–1 relation models

The ultimate purpose of this step is to predict the probability of complications. Artificial neural networks (ANN) and least square regression analysis are two common techniques for making a prediction model based on observed data [26, 27]. These are the tools which have been used to create the models in this study.

Artificial Neural Networks (ANNs).

ANNs can be trained to predict numerical values such as probability, expected values, etc. This allows the systems to learn from past experience (examples) to recognize patterns in the gathered data. The system becomes more efficient with known results for large amounts of data [28]. Among the various neural network models, back propagation is the best general-purpose model and probably the best at generalization [29]. It is a supervised learning scheme by which a layered feed-forward network is trained to become a pattern-matching engine. The ANN takes a dataset and tries to combine the 'inputs' (factor value) in such a way as to model the 'output' (percentage of risk of the complication). These models can then be used on new data to predict what the output is likely to be for a given set of inputs. In this study we use the software application Tiberius [30].

Least square regression analysis.

By far, the most widely used approach for numeric prediction is regression. In fact, many texts use the terms ‘regression’ and ‘prediction’ synonymously [31]. The objective of regression analysis is to determine the model that can best relate the output variable to various input variables. To produce the model using regression technique, a pattern which is likely to fit the data must be chosen first. There is a variety of patterns that might fit the observed data appropriately. Seven different patterns, i.e. linear, logarithmic, quadratic, cubic, power, s and exponential, have been chosen as the best options. SPSS 20 [32] is the software used in this study.

Applying naïve Bayes to make n-1 relation models

Applying above mentioned methods, we would have a series of predictive models that indicate the relationship between each factor/complication pair. As we know, however, each complication is affected by a variety of factors. In order to see the effect of all risk factors on a single complication, we need to integrate all models created for that specific complication. For example, retinopathy is affected by HbA1c, albumin excretion rate and the duration of the diabetes. For every one of these factors a 1–1 model is created and then the models are integrated to make a 3–1 model which shows the effect of all the factors together on the risk of retinopathy. Because of the three dimensional data set tables (‘from-to’ format), every one of these models estimates the probability of retinopathy separately and independently of other factors.

In order to create n-1 models, we use the classification method. For each model, two classes are defined. Class one is to have that complication and the other class is lacking of that complication. The proposed model should be able to classify a new patient into one of these groups by observing his/her risk factors. Each n-1 model observes n factors of a patient and estimates how probable it is that s/he would be assigned to either of the two groups. In this study, naïve Bayes is selected as a classifier to create the models because it can deal with the independent factors.

Naïve Bayes.

A naïve Bayesian classifier is a simple Bayesian classifier with strong independence assumptions. In simple terms, naïve Bayes assumes that the effect of an attribute value on a given class is independent of the values of the other attributes (class conditional independence).

Let X be a patient’s data set, which is described by a set of n attributes f (f1, f2,…, fn). Let H be a hypothesis such as ‘patient X belongs to complication class C’. For classification, we want to determine P(H|X). Bayes’ theorem is useful in that it provides a way of calculating the posterior probability,P(H|X), from P(H), P(X|H) and P(X).

Bayes’ theorem is

Bayes’ theorem is used in the naïve Bayesian classifier in the following way. Suppose that there are m classes of complication C (C1, C2,…, Cm). Given a patient’s data set, X, the classifier will predict that X belongs to the complication class having the highest posterior probability, conditioned on X. That is, the naïve Bayesian classifier predicts that patient X belongs to class Ci if and only if

Thus we maximize P(Ci|X) [31]. By Bayes’ theorem

Since P(X) is constant for all classes, only P(X|Ci) P(Ci) needs to be maximized. We compute the prior probabilities of the class P(Ci) as

Because the computation of P(X|Ci) is extremely complex, especially for large data sets, the naive assumption of class conditional independence between attributes f is made. This presumes that the values of attributes f are conditionally independent of one another, given the complication class label of the patient. So,

As illustrated in the above equation, to calculate P(X|Ci), the values of P(fk|Ci) are needed. The 1–1 models created in the previous phase equals P(Ci|fk) as they estimate the probability of a complication class (Ci) on condition of observing a specific amount of a particular risk factor (fk). To calculate the value of P(fk|Ci) from P(Ci|fk) using the Bayes' theorem, we have

Classes priors, P(fk) and P(Ci) can be approximated with relative frequencies from the training data set:

In calculating the probabilities of P(fk) and P(Ci) the patients should be counted only from those studies which are used to make the 1–1 models, but since we are using secondary data and there is no access to all original data-bases, we are obliged to use the data-base of the largest Australian longitudinal population-based study, AusDiab [23], instead.

The final product of this phase is determining the maximized class Ci, to which patient X belongs on condition of observing attributes f1 to fn. This is an n-1 model as it points out how n factors affect a single complication.

Table 2 illustrates the observed information of one patient as an example to make an n-1 model.

thumbnail
Table 2. An example of observed information from a patient.

https://doi.org/10.1371/journal.pone.0121569.t002

p(Ret|HbA1c, AER, Duration) shows the 3–1 model to be created. Using the observations, we have to estimate the following probability:

For each factor we calculate the probability of p(Fi|Ret = yes). For instance for HbA1c we have:

p(Ret = yes|HbA1c = 7.8) is calculated by using the 1–1 model created in the previous phase. p(Ret = yes) and p(HbA1c = 7.8) are calculated simply by using AusDiab data, as mentioned in Section 3.3.1. For that we need to calculate p(Ret = yes) and p(HbA1c ∈ ]7, 8]) in all diabetic patients. We performed this calculation for all risk factors and complications which are selected in this study. Then, p(Ret = yes|HbA1c = 7.8, AER = 21, Duration = 8) can be calculated once all probabilities are available.

Applying a Bayesian network to make an n-k relation network

Unlike naïve Bayesian classification (which assumes class conditional independence), Bayesian belief networks allow class conditional independencies to be defined between subsets of variables. Bayesian networks [33] are particularly good at providing a powerful and conceptually transparent formalism for probabilistic modelling and they are typically well suited for representing medical knowledge.

A Bayesian network is a directed acyclic graph (DAG) on which a probability distribution is overlaid. The nodes of the graph represent random variables or events. Each variable consists of a finite set of mutually exclusive states. It is possible for variables to have a continuous state, representing a numerical value, but there are several limits on their use, so we convert continuous variables into discrete ones. The directed links between variables in the graph represent causal relationships.

Each variable has a conditional probability table (CPT) associated with it. Variables with no parents (risk factors) do not have any probability table as they are observed in the patient. Variables with parents (complications) have conditional probability tables, which give a probability distribution for every combination of states of the variable’s parents.

There is a wide variety of Bayesian network software programs available [34]. One of the most popular commercial programs in this area is Netica [35], from Norsys Software Corp, which is used in this study. It provides a simple graphical user interface that can be used for both creating and running a network.

Building a Bayesian network involves three major steps. First, the set of relevant variables and their possible values must be decided. Next, the network structure must be built by connecting the variables into a DAG. Finally, the CPT for each network variable must be defined.

Constructing the graphical model.

To construct a Bayesian network, the hypothesis variables should be determined first. These are variables for which the probability distribution is to be calculated. In this study the hypothesis variables are complications. Next, evidence variables are added. These variables represent the factors that will be observed in patients. Once observed, these variables allow the information to be entered into the network. The network is formed by linking these variables using directed edges (arrows).

Constructing the probability tables.

Each complication has a table which shows its probability for various degrees of different risk factors. The tables are filled by using the 1–1 and n-1 models created in previous phases. To deal with continuous values, we convert them into discrete variables by defining a range for each group. The probability of the complication will be calculated for all possible states of risk factors and will be entered into the table. Table 3 is an example which shows how the probability of retinopathy is determined by different values of HbA1c, blood pressure, diabetes duration, BMI and smoking.

thumbnail
Table 3. Format of the probability table for retinopathy.

https://doi.org/10.1371/journal.pone.0121569.t003

Model validation

Validation is an important stage in a system’s development. Although several evaluation theories have been developed for application in different fields of expert systems in medicine, there is no consensus on the best way to evaluate advice from expert systems in diabetes [36].

Evaluation of gathered data.

One of the disadvantages of secondary data is that the user has no control over their accuracy. Research conducted by others may be biased to support the vested interest of the source. If the possibility of bias exists, the secondary data should not be used. If the accuracy of the data cannot be established, the researcher must determine whether using the data is worth the risk.

We accepted data from reliable studies such as the Diabetes Control and Complications Trial and follow-up Study (DCCT) and the United Kingdom Prospective Diabetes Study (UKPDS). Nevertheless, we assessed the reputation of the journals or conferences which published the data and finally we did cross-checks of data, that is, the comparison of data from one source with data from another source to determine the similarity of independent projects.

1–1 model comparison and testing.

The accuracy of a predictor refers to how well a given predictor can guess the value of the predicted attribute for new or previously unseen data.

It is important that we assess how well the model fits the actual data. We do this because even though this model is the best one available, it can still be a bad fit to the data. This is easily calculated by R2:

A second way of assessing the model is through the F-test. F is based upon the ratio of the improvement due to the model (SSM) and the difference between the model and the observed data (SSR). Actually, because the sums of squares depend on the number of differences that we have added up, we use the average sums of squares (‘mean squares’ or MS). To work out the mean sums of squares, we divide by the degrees of freedom. For SSM, the degrees of freedom are simply the number of variables in the model, and for SSR (residual sum of squares) they are the number of observations minus the number of parameters being estimated. The result is the mean squares for the model (MSM) and the residual mean squares (MSR).

It is important to know that the F-ratio tells us how much variability the model can explain relative to how much it cannot explain. A good model should have a large F-ratio (greater than 1 at least).

As a second part of this step, we have to assess how well our model can predict the outcome in a different sample. To test whether the model can generalize, we can look at cross-validating it. Assessing the accuracy of a model across different samples is known as cross-validation. In this research, not only are the values of R2 calculated, but also an adjusted R2. This adjusted value indicates the loss of predictive power. Whereas R2 tells us how much of the variance in Y is accounted for by the predictive model from our sample, the adjusted value tells us how much variance in Y would be accounted for if the model had been derived from the population from which the sample was taken. SPSS derives the adjusted R2 using Wherry’s equation [37]. This equation, however, has been criticized because it tells us nothing about how well the regression model would predict an entirely different set of data. One version of adjusted R2 that does tell us how well the model cross-validates uses Stein’s formula [38] which is:

In Stein’s equation, R2 is the unadjusted value, n is the number of participants and k is the number of predictors in the model.

In addition, there is an independent errors assumption in regression, which means that for any two observations the residual terms should be uncorrelated (or independent). This eventuality is sometimes described as a lack of ‘autocorrelation’. This assumption can be tested with the Durbin–Watson test, which tests for serial correlations between errors. The test statistic can vary between 0 and 4, with a value of 2 meaning that the residuals are uncorrelated. As a general rule, results between 1.5 and 2.5 imply independent errors [39].

n-1 and n-k model validation.

Suppose that one has a data set including 10 positive and 90 negative samples. A simple decision model which classifies all the instances as negative would represent 90% accuracy, whereas it could not correctly predict any positive instance. From a medical point of view, a misclassified negative is the most critical decision, because the patient would not have appropriate medical care in that case. One also needs to reduce the number of misclassified positives, however, which leads to unnecessary additional physical examination or treatment. For classifiers, sensitivity, specificity and positive predictive value are useful alternatives to the accuracy measure.

Sensitivity is the proportion of positive samples that are correctly identified, while specificity is the proportion of negative samples that are correctly identified.

In addition, we may use positive predictive value or precision to access the percentage of samples labelled as a ‘class’ that actually are in that ‘class label’ group.

We use the real data of diabetic patients from the AusDiab research study to validate our final model. For that, we define several cut-off points to convert the continuous probability of each diabetes complication into two discrete groups (yes or no) and then calculate all mentioned measures for the model.

Results

Gathered knowledge

NVivo8 is used to organize and analyse associations and themes related to predisposing factors and chronic complications. Detailed descriptions of that have been included in a previous report [40]. In brief, both chronic diabetes complications and diabetes predisposing factors have been classified hierarchically by 27 and 47 nodes, respectively, based on existing endocrinology text books [4143]. The two are connected by 126 relationships, categorized into three different types: ‘is a cause for’, ‘prevents from or decreases’ and ‘are the same’. All these nodes and relationships are supported by more than 590 identified facts from 99 different sources including 47 prospective or retrospective longitudinal studies (containing more than 450,000 patient/years observations) and also 21 cross-sectional studies (containing more than 22,500 cases). (Details are available in the supplementary files)

Codified knowledge

Next, data tables were created based on the format explained in Table 1. As mentioned, the reason we chose the ‘from-to’ format was to take into consideration the fact that the research has independently studied the relation between factors and complications, but here we use them as two-dimensional records. Table 4, as an example, shows a dataset of the relation between HbA1c and non-proliferative diabetic retinopathy (NPDR).

thumbnail
Table 4. A dataset showing the relation between HbA1c and NPDR.

https://doi.org/10.1371/journal.pone.0121569.t004

Mean arterial pressure (MAP) is used to represent the blood pressure level, applying this equation: where SP and DP are systolic and diastolic pressures, respectively.

1–1 Relation Models

In order to create the 1–1 models, all 15 data tables are used to perform curve fitting. We develop models using two different software applications, Tiberius [30] and SPSS [32], which work based on ANN and least square regression, respectively.

Artificial neural networks (ANNs).

The ANN model produced by the software based on dataset Table 4 (between HbA1c and NPDR) is presented in Fig 2 as an example.

thumbnail
Fig 2. The models made by the neural network (HbA1c-all).

https://doi.org/10.1371/journal.pone.0121569.g002

Table 5 shows the statistical indices of ANN patterns for all dataset tables.

Regression analysis.

Seven different types of regression model, i.e. linear, logarithmic, quadratic, cubic, power, and exponential, have been chosen to build the data fitting model for scatter graph illustrated in Fig 3. We entered all dataset tables in SPSS.

thumbnail
Fig 3. A scatter graph between HbA1c level and risk of PDR.

https://doi.org/10.1371/journal.pone.0121569.g003

Fig 4 shows the scatter graph along with plots of the selected best fitted function to the set of data values among all seven patterns for the HbA1c-Micro set of data.

thumbnail
Fig 4. The best fitted function (quadratic) to the HbA1c-Micro set of data.

https://doi.org/10.1371/journal.pone.0121569.g004

SPSS calculates the values of parameters for all mentioned patterns to achieve the functions. Table 6 is an example showing the statistical indices of these seven patterns for HbA1c-Micro dataset tables. The highlighted row in the table indicates the selected best fitted function to the set of data values among all seven patterns.

thumbnail
Table 6. Statistical indices of selected seven patterns for HbA1c-Micro data table.

https://doi.org/10.1371/journal.pone.0121569.t006

n-1 relation models

By using the naïve Bayes theorem we can calculate the probability of a complication by observing the risk factors of a patient.

n-k relation models

In this phase the final model is developed as a network which shows how risk factors and complications affect each other. Firstly, the Bayesian network should be constructed.

Graphical model.

First, the factors and complications are drawn in circles. Then, we use the relationships created by Nvivo8 to link the variables by directed edges. As illustrated in Fig 5, all complications are directed by all factors. Retinopathy is affected by microalbuminuria and macroalbuminuria, as two complications.

thumbnail
Fig 5. Bayesian network created by factors and complications.

https://doi.org/10.1371/journal.pone.0121569.g005

Constructing the probability tables.

As mentioned before, each complication has a table which shows its probability for various amounts of parental risk factors. This table consists of rows that are combinations of all possible states of all risk factors. So, the number of rows is equal to multiplying the number of states of all factors together. For each row, the probability of complication is calculated by using an n-1 model as explained in the previous phase. Fig 6 and Fig 7 illustrate a piece of the probability table of the complications DR and macroalbuminuria, respectively.

thumbnail
Fig 7. A piece of probability table for macroalbuminuria.

https://doi.org/10.1371/journal.pone.0121569.g007

Using the network.

Once the probability table of each complication is created, the network is ready to be compiled. The compiled network is able to get risk factors as input (observation) and estimate the probability of all complications. This network is bringing n risk factors and k complications together, so it is called the n-k model. Fig 8 shows the compiled network calculating the probability of complications for the patient in Table 6.

thumbnail
Fig 8. A Bayesian network calculates the probability of complications for a patient.

https://doi.org/10.1371/journal.pone.0121569.g008

Model evaluation

Model comparison and testing.

We applied the Durbin-Watson test for all six dataset tables and all the results were between 1.5 and 2.5, which implies the existence of independent errors [39]. Then, using R-squared, it can be clearly seen that the best selected regression models fit the data in all 15 dataset tables better than ANN, as well as the other six regression patterns (Table 7).

thumbnail
Table 7. Statistical details of ANN and the best fitted regression models.

https://doi.org/10.1371/journal.pone.0121569.t007

n-1 and n-k model validation

Validation is a measurement of correctness in a real environment or by means of real data. In order to validate the final model, we randomly selected several samples of diabetic patients’ data from the AusDiab research study. For that, 84 random cases have been selected and their model estimated risk of complications was compared with their real outcomes and then computed the sensitivity, specificity and precision rate of model for all five complications. Five different cut-off points (60%, 70%, 80%, 90% and 100%) have also been considered, in order to translate the percentage of complication probability into their presence or absence. The averages for sensitivity, specificity and precision were 80%, 85% and 60%, respectively. Except for NPDR, the best cut-off point for all complications was 100%, while it was 60% for NPDR risk prediction (Table 8).

thumbnail
Table 8. Sensitivity, specificity and precision rate of the model for all five complications.

https://doi.org/10.1371/journal.pone.0121569.t008

Conclusion and Discussion

Early and appropriate intervention in diabetes is able to reduce the rate of complications, to prolong life expectancy and to reduce the financial cost [44]. The most common predictive risk assessment models for diabetes complications, however, are not able to deal with all the major complications, but are mainly focused on cardiovascular diseases, coronary heart disease and diabetic retinopathy [45]. In most of these studies only relatively simple statistical approaches, such as additive scores or logistic regression assuming independence between variables, have been applied [46].

In this research, we gathered the observed data from previously conducted surveys which investigate the relation between HbA1c, duration of disease, AER and blood pressure level, and diabetic micro- and macroalbuminuria and any kinds of retinopathy using NVivo8 to organize data and this enabled us to use and follow up the data from more than 450,000 patient/years. Then we made the data uniform and constructed a table structure for them. In addition, because of its modular structure, the final model is flexible enough to include all chronic complications which have been previously studied including microvascular complications (retinopathy, neuropathy and nephropathy) as well as macrovascular complications (coronary heart diseases, cerebrovascular diseases and peripheral vascular diseases).

Curve fitting was performed using two different software applications, Tiberius [30] and SPSS [32]. ANN created one model and regression analysis produced seven models using seven different patterns, i.e. linear, logarithmic, quadratic, cubic, power, s and exponential. These have been chosen as the best options. To see how well the 1–1 models fit the observed data, we assessed them using R2 and F-test. R squared was between 0.374 and 0.926, and the F-ratio was between 14 and 125 (greater than one) and significant at p ≤ 0.001 for all models, thus indicating statistically acceptable results. To test whether the 1–1 models generalize, we used cross-validation and calculated adjusted R2. R2 comparison suggests that the best fitted regression techniques provide more accurate models than ANN or the other six regression patterns. As ANN becomes more efficient with known results for large amounts of data, it is not surprising that regression patterns outperform ANN in all models because of the small dataset tables we have. We also applied the Durbin-Watson test for all the dataset tables and all the results were between 1.5 and 2.5. This implies the existence of independent errors.

In order to determine the probability of each complication, all its related models were integrated to make an n-1 model using the naïve Bayes theorem. A random set of real patient data from AusDiab research has been used to assess the validity of the final model. The range of sensitivity and specificity was between 70 and 100 percent. This was between 53 and 100 percent for positive predictive value, thus indicating a very high level of success in the prediction of albuminuria.

Significant findings of the research

This model has benefits for diabetic patients and the health workers who are involved in diabetes diagnosis and treatment. It can be used to inform diabetic patients about the risk and severity of probable complications, to help health advisors to convince patients to change their lifestyle, and to inform healthcare providers so they can design immediate preventive interventions before a patient loses her/his capability. The contributions of this research are:

  • It proposes a divide-and-conquer technique to overcome the complexities of a very intricate relationship.
  • It proposes a method to gather and standardize the knowledge from other research and devise a structured format for it.
  • It creates a predictive model to indicate the relationship between individual risk factors and complications.
  • It suggests a method to integrate a number of different models and derive probability tables from them.
  • It proposes the application of a Bayesian network to relate all of the factors to diabetic complications.
  • This model which is, then, developed, was tested by real data and was shown to be statistically acceptable.

Limitations

In data conversion, different measurement units, different statistical formats of data calculation or presentation and different study conditions (such as the number of cases, duration of follow-up, etc.) were some of the obstacles we needed to overcome. Because of the time-consuming process of contacting the authors, we omitted the study wherever data conversion was not possible using the published result.

Another limitation of this study was difficulties in accessing the raw data of the patients that is necessary to weigh the finding of these studies. So, this research considers all the findings with the same degree of importance.

In making the n-1 models, we need to calculate some probabilities from the same data-bases which are used to make the 1–1 models. But since we are using secondary data and access was not available to all original data-bases, we were obliged to use the database of the AusDiab, instead.

The next limitation is that when we use the regression models for data beyond the training dataset extrema, we cannot be sure about the accuracy of the model when we are working on the data in these gaps.

Future Work

We extracted a full list of risk factors and complications (37 risk factors and 19 complications) [40], but hasn’t map out all the relationship (fifteen 1–1 modelling has been done). From here, the first step is to gather adequate data to demonstrate the relation between all the risk factors and complications through an extensive literature review. Then, 1–1, n-1 and n-k modelling processes need to be performed to create the completed final model. Next, more experimental research with a real time data must be used in order to improve accuracy. One way of doing this would be to integrate the model with a regional electronic health database and design a longitudinal survey considering both patients’ real data and health workers’ feedback.

In future, this methodology could also be applied to other multi-factorial chronic diseases. Extracting a complete list of predisposing factors and complications, data gathering about the relationships between these two groups, data conversion, 1–1 modelling, n-1 modelling and n-k modelling could be applicable for all such diseases. Given enough related data, it may even be possible to design a model for primary prevention of diabetes.

Supporting Information

S1 File. General Introduction and Review of Decision Support Systems used for Diabetes.

https://doi.org/10.1371/journal.pone.0121569.s001

(DOCX)

S2 File. A list of refrences used to make dataset tables.

https://doi.org/10.1371/journal.pone.0121569.s002

(DOCX)

S3 File. ACCESS TO DATA, BIOLOGICAL MATERIALS AND SUBJECTS.

https://doi.org/10.1371/journal.pone.0121569.s003

(DOCX)

Acknowledgments

We wish to thank the AusDiab research group for letting us use their dataset to complete the n-1 models and assess the final model of this study.

Author Contributions

Conceived and designed the experiments: MS. Performed the experiments: MS KTW. Analyzed the data: MS FS MN NS. Contributed reagents/materials/analysis tools: MS FS MN NS. Wrote the paper: MS KTW.

References

  1. 1. Federation I D (2011) Idf diabetes atlas. Brussels: International Diabetes Federation, Executive Office.
  2. 2. Anil K (2007) Economic analysis of diabetes care. Indian Journal of Medical Research 125: 473. pmid:17496369
  3. 3. Boulton A J M, Vileikyte L (2000) The diabetic foot. Journal of Family Practice 49: S3. pmid:11093553
  4. 4. Jacques C H, Jones R L, Houts P, Bauer L C, Dwyer K M, Lynch J C, et al. (1991) Reported practice behaviors for medical care of patients with diabetes mellitus by primary-care physicians in pennsylvania. Diabetes Care 14: 712. pmid:1954806
  5. 5. Harris M I (1990) Testing for blood glucose by office-based physicians in the u.S. Diabetes Care 13: 419. pmid:2318102
  6. 6. Schuster M A, McGlynn E A, Brook R H (1998) How good is the quality of health care in the united states? Milbank Quarterly 76: 517. pmid:9879302
  7. 7. Balas E A, Boren S A, Griffing G (1998) Computerized management of diabetes: A synthesis of controlled trials. Proc AMIA Symp: 295.
  8. 8. Lobach D F, Hammond W E (1994) Development and evaluation of a computer-assisted management protocol (camp): Improved compliance with care guidelines for diabetes mellitus. Proc Annu Symp Comput Appl Med Care: 787.
  9. 9. Koleszynska J (2008) Gigisim—the intelligent telehealth system: Computer aided diabetes management—a new review. Knowledge-based intelligent information and engineering systems. pp. 789.
  10. 10. Montani S, Bellazzi R, Quaglini S, d'Annunzio G (2001) Meta-analysis of the effect of the use of computer-based systems on the metabolic control of patients with diabetes mellitus. Diabetes Technol Ther 3: 347. pmid:11762513
  11. 11. Celler B G, Lovell N H, Basilakis J (2003) Using information technology to improve the management of chronic disease. Medical Journal of Australia 179: 242. pmid:12924970
  12. 12. Balas E A, Krishna S, Kretschmer R A, Cheek T R, Lobach D F, Boren S (2004) Computerized knowledge management in diabetes care. Medical Care 42: 610. pmid:15167329
  13. 13. Deutsch T, Boroujerdi M A, Carson E R, Harvey F E, Sonksen P H, Tamás G, et al. (1989) The principles and prototyping of a knowledge-based diabetes management system. Computer Methods and Programs in Biomedicine 29: 75. pmid:2663334
  14. 14. Pickup J C (2012) Insulin pumps. International Journal of Clinical Practice 66: 15.
  15. 15. Everett J, Kerr D (2004) Earning insulin pump therapy. Practical Diabetes International 21: 173.
  16. 16. (2007) Insulin pump therapy recommendations. Practice Nurse 33: 6.
  17. 17. Rodbard D (1988) Potential role of computers in clinical investigation and management of diabetes mellitus. Diabetes Care 11: 54. pmid:3069391
  18. 18. Shavlik J W, Mooney R J, Towell G G (1991) Symbolic and neural learning algorithms: An experimental comparison. Mach Learn 6: 111.
  19. 19. Brown D E, Corruble V, Pittard C L (1993) A comparison of decision tree classifiers with backpropagation neural networks for multimodal classification problems. Pattern Recognition 26: 953.
  20. 20. Quinlan J R. An empirical comparison of genetic and decision-tree classifiers; 1988. pp. 135.
  21. 21. Curram S P, Mingers J (1994) Neural networks, decision tree induction and discriminant analysis: An empirical comparison. The Journal of the Operational Research Society 45: 440.
  22. 22. Lim T S, Loh W Y, Shih Y S (2000) A comparison of prediction accuracy, complexity, and training time of thirty-three old and new classification algorithms. Mach Learn 40: 203.
  23. 23. Dunstan D W, Zimmet P Z, Welborn T A, Cameron A J, Shaw J, de Courten M, et al. (2002) The australian diabetes, obesity and lifestyle study (ausdiab)-methods and response rates. Diabetes Research and Clinical Practice 57: 119. pmid:12062857
  24. 24. Zikmund W G, Babin B J (2010) Exploring marketing research. Australia; [Cincinnati, Ohio]: Thomson/South-Western.
  25. 25. DCCT (1996) The absence of a glycemic threshold for the development of long-term complications: The perspective of the diabetes control and complications trial. (the diabetes control and complications trial research group). Diabetes 45: 1289(10). pmid:8826962
  26. 26. Smith A E, Mason A K (1997) Cost estimation predictive modeling: Regression versus neural network. The Engineering Economist 42: 137.
  27. 27. Razi M A, Athappilly K (2005) A comparative predictive analysis of neural networks (nns), nonlinear regression and classification and regression tree (cart) models. Expert Systems with Applications 29: 65.
  28. 28. Griffith J (2000) Artificial neural networks: Are they ready for use as clinical decision aids? Medical Decision Making 20: 243. pmid:10772362
  29. 29. Lawrence J (1994) Introduction to neural networks: Design, theory, and applications. Nevada City, Calif.: California Scientific Software.
  30. 30. Brierley P (2011) Tiberius data mining.
  31. 31. Han J, Kamber M (2006) Data mining: Concepts and techniques; Gray J, editor. San Francisco: Morgan Kaufmann Publishers.
  32. 32. IBM (2010) Ibm spss statistics.
  33. 33. Pearl J (1998) Probabilistic reasoning in intelligent systems: Networks of plausible inference. San Francisco, Calif.: Kaufmann.
  34. 34. Murphy K (2002.) Software packages for graphical models / bayesian networks.
  35. 35. (2011) Netica.
  36. 36. Hernando M E, Gómez E J, Corcoy R, del Pozo F (2000) Evaluation of diabnet, a decision support system for therapy planning in gestational diabetes. Computer Methods and Programs in Biomedicine 62: 235. pmid:10837909
  37. 37. Field A P (2009) Discovering statistics using spss. London: SAGE.
  38. 38. Stevens J, NetLibrary I (2002) Applied multivariate statistics for the social sciences. Mahwah, N.J: L. Erlbaum.
  39. 39. Hutcheson G D, Sofroniou N (1999) The multivariate social scientist: Introductory statistics using generalized linear models. London; Thousand Oaks, Calif.: Sage Publications.
  40. 40. Sangi M, Win K T, Fulcher J. A knowledge-based risk advisor model for chronic complications of diabetes; 2010. pp. 1798.
  41. 41. Longo D L, McGraw Hill C (2012) Harrison's principles of internal medicine. New York: McGraw-Hill.
  42. 42. Brownlee M, Aiello L P, Cooper M E, Vinik A I, Nesto R W, Boulton A J M (2011) Complications of diabetes mellitus. Williams textbook of endocrinology / shlomo melmed [et al]. 12th ed. Philadelphia: Elsevier/Saunders.
  43. 43. Masharani U (2013) Diabetes mellitus & hypoglycemia. In: Papadakis MA, McPhee SJ, Rabow MW, editors. Current medical diagnosis & treatment. New York: McGraw-Hill Medical.
  44. 44. Habacher W, Rakovac I, Gorzer E, Haas W, Gfrerer R J, Wach P, et al. (2007) A model to analyse costs and benefit of intensified diabetic foot care in austria. Journal of Evaluation in Clinical Practice 13: 906. pmid:18070261
  45. 45. Koumakis L, Chiarugi F, Lagani V, Kouroubali A, Tsamardinos I (2012) Risk assessment models for diabetes complications: A survey of available online tools. In: Nikita K, Lin J, Fotiadis D, Arredondo Waldmeyer M-T, editors. Wireless mobile communication and healthcare: Springer Berlin Heidelberg. pp. 46.
  46. 46. Lagani V, Koumakis L, Chiarugi F, Lakasing E, Tsamardinos I (2013) A systematic review of predictive risk models for diabetes complications based on large scale clinical studies. Journal of Diabetes and its Complications 27: 407. pmid:23273850