Skip to main content
  • Research article
  • Open access
  • Published:

Graphical modeling of binary data using the LASSO: a simulation study

Abstract

Background

Graphical models were identified as a promising new approach to modeling high-dimensional clinical data. They provided a probabilistic tool to display, analyze and visualize the net-like dependence structures by drawing a graph describing the conditional dependencies between the variables. Until now, the main focus of research was on building Gaussian graphical models for continuous multivariate data following a multivariate normal distribution. Satisfactory solutions for binary data were missing. We adapted the method of Meinshausen and Bühlmann to binary data and used the LASSO for logistic regression. Objective of this paper was to examine the performance of the Bolasso to the development of graphical models for high dimensional binary data. We hypothesized that the performance of Bolasso is superior to competing LASSO methods to identify graphical models.

Methods

We analyzed the Bolasso to derive graphical models in comparison with other LASSO based method. Model performance was assessed in a simulation study with random data generated via symmetric local logistic regression models and Gibbs sampling. Main outcome variables were the Structural Hamming Distance and the Youden Index.

We applied the results of the simulation study to a real-life data with functioning data of patients having head and neck cancer.

Results

Bootstrap aggregating as incorporated in the Bolasso algorithm greatly improved the performance in higher sample sizes. The number of bootstraps did have minimal impact on performance. Bolasso performed reasonable well with a cutpoint of 0.90 and a small penalty term. Optimal prediction for Bolasso leads to very conservative models in comparison with AIC, BIC or cross-validated optimal penalty terms.

Conclusions

Bootstrap aggregating may improve variable selection if the underlying selection process is not too unstable due to small sample size and if one is mainly interested in reducing the false discovery rate. We propose using the Bolasso for graphical modeling in large sample sizes.

Peer Review reports

Background

A common problem in contemporary biomedical research is the occurrence of a large number of variables that accompany relatively few observations. Thus, studying associations in high-dimensional data is not straightforward. Including all variables would result in a highly over parameterized model, computational complexity and unstable estimation of the associations [1]. This methodological problem has been solved for the domain of genomic medicine by using graphical modeling. Graphical models were identified as a promising new approach to modeling clinical data [2], and thereby the systems approach to health and disease.

A promising approach to describe such complex relationships is graphical modeling. Graphical models [3] provide a probabilistic tool to display, analyze and visualize the net-like dependence structures by drawing a graph describing the conditional dependencies between the variables. A graphical model consists of nodes representing the variables and edges representing conditional dependencies between the variables. In order to understand graphical models it is important to understand the concept of conditional independence. Two variables X and Y are considered conditional independent given Z, if f(x|y, z) = f(x|z). Thus, learning information about Y does not give any additional information about X, once we know Z.

Beyond association, this method has also been developed for estimating causal effects [4]. Recently, graphical modeling has been outlined as a tool for investigating complex phenotype data, specifically for the visualization of complex associations [5], dimension reduction, comparison of substructures and the estimation of causal effects from observational data [6]. Until now, the main focus of research was on building Gaussian graphical models for continuous multivariate data following a multivariate normal distribution [7]. A popular way to built Gaussian graphical models are covariance selection methods [8]. These methods are used to sort out conditionally independent variables. They aim to identify the non-zero elements in the inverse of the covariance matrix since the non-zero entries in the inverse covariance matrix correspond to conditional dependent variables. However, this method is not reliable for high-dimensional data, but can be improved by concentrating on low-order graphs [9].

Another approach to identifying the non-zero elements in the inverse covariance matrix has been proposed by Meinshausen and Buehlmann [10]. They propose the Least Absolute Shrinkage and Selection Operator (LASSO) [11] as a variable selection method to identify the neighborhood of each variable, thus the non-zero elements. A neighborhood is the set of predictor variables corresponding to non-zero coefficients in a prediction model by estimating the conditional independence separately for each variable. Meinshausen and Buehlmann showed that this method is superior to common covariance selection methods, in particular if the number of variables exceeds the number of observations. They also proved that the method asymptotically recovers the true graph.

The LASSO was originally proposed for linear regression models and has become a popular model selection and shrinkage estimation method. LASSO is based on a penalty on the sum of absolute values of the coefficients ( 1 -type penalty) and can be easily adapted to other settings, for example Cox regression [12], logistic regression [1315] or multinomial logistic regression [16] by replacing the residual sum of squares by the corresponding negative log-likelihood function. Important progress has been made in recent years in developing computational efficient and consistent algorithms for the LASSO with good properties even in high-dimensional settings [17, 18]. The so-called graphical lasso by Friedman et al. [19] uses a coordinate descent algorithm for the LASSO regression to estimate sparse graphs via the inverse covariance matrix. They describe the connection between the exact problem and the approximation suggested by Meinshausen and Bühlmann [10].

However, the determination of the right amount of penalization for these methods has remained a main problem for which no satisfactory solution exists [20].

The current methodology primarily provides solutions for continuous data. The relationship of binary data is difficult to identify using classical methods. Building binary graphical models for dichotomous data is based on the corresponding contingency tables and log-linear models [21]. The interaction terms are used to control for conditional dependencies. With a growing number of variables model selection becomes computationally demanding and quickly exceeds feasibility, thereby making the method difficult to adapt to high-dimensional data. For a fully saturated log-linear model one would need 2 p parameters, with p being the number of variables. A common solution is to reduce the problem to first-order interaction where conditional independence is determined by first-order interaction terms.

The properties of the LASSO for logistic regression have recently been investigated. Van de Geer [22] focused on the prediction error of the estimator and not on variable selection. She proposed a truncation of the estimated coefficients to derive consistent variable selection. Bunea [23] showed the asymptotic consistency of variable selection under certain conditions for 1 -type penalization schemes.

The adaptation of local penalized logistic regression to graphical modeling has been proposed by Wainwright [24]. Under certain conditions on the number of variables n, the number of nodes p and the maximum neighborhood size, the 1 -penalized logistic regression for high-dimensional binary graphical model selection gives consistent neighborhood selection [24, 25]. Wainwright et al. showed that a logarithmic growth in n relative to p is sufficient to achieve neighborhood consistency. Another new approach is based on an approximate sparse maximum likelihood (ASML) problem for estimating the parameters in a multivariate binary distribution. Based on this approximation a consistent neighborhood could be selected and a sensible penalty term can be identified [17].

However, when analyzing high-dimensional categorical data the main problem that there is no rationale for the choice of the amount of penalization controlled by the value of the penalty term for consistent variable selection still remains [20].

A possible solution might be to adapt bootstrap aggregating to these problems. Bootstrap aggregating (bagging) generates multiple versions of a classifier and aggregates the results to get a single enhanced classifier. By making bootstrap replicates of the original data multiple versions are formed, each acting as single learning data for a classification problem. Also, for linear regression it has been shown that bagging provides substantial gains in accuracy for variable selection and classification [26]. This idea has been carried further by Bach [27], resulting in the Bolasso (bootstrap-enhanced least absolute shrinkage operator) algorithm for variable selection in linear regression. Here, the LASSO is applied to several bootstrapped replications of a given sample. The intersection of each of these models leads to consistent model selection.

In this paper we adapted the method of Meinshausen and Bühlmann to binary data and used the LASSO for logistic regression to identify the conditional dependence structure. We applied bagging to improve variable selection, hence adapted the Bolasso. Performances are tested on a data set with known structure. This data set was simulated by Gibbs sampling [28]. We also applied graphical modeling methods to real-life data.

Objective of this paper was to examine the performance of the Bolasso to the development of graphical models for high dimensional binary data with various values for the penalty term and various numbers of bootstraps. We hypothesized that the performance of Bolasso is superior to competing LASSO based methods to identify graphical models. Specifically, the hypothesis was that the choice of the penalty is not critical as long as it is chosen sensibly, i.e. corresponding to a reasonable number of selected variables.

Methods

Data generation

This section presents an approach to simulate high-dimensional binary data from a given distribution and dimension by analyzing the results on a data set with known dependence structure. This analysis is performed in order to investigate the performance of the proposed methods.

All calculations are done using the statistical computing software R (V 2.9.0) [29].

We propose to generate the data via symmetric local logistic regression models and Gibbs sampling [28] as follows:

(1) Define the p × p matrix M of odds ratios as: diag(M) = p ii , i = 1,..., p with p ii the baseline odds of variable X ( i ) m i j = p i j with P ij as the corresponding odds ratio of X (i)on X (j)and vice versa.

(2) Start with k = 0.

(3) Choose starting values x (k)= {x 1,..., x p ) according to diag(M).

(4) For each i in 1, ...., p generate new x i ( k + 1 ) from a Bernoulli distribution B p i * according to logit p i * = j i m i j x j ( k )

(5) Repeat for k = k + 1.After a burn-in phase the x i ( k + 1 ) will reflect the true underlying binary distribution generating X =(X (1) , ..., X (p)) {0,1}pWe chose a burn-in phase of 5000 iterations.

Real-life data: Aspects of functioning in head and neck cancer patient

We evaluated the method to data measuring aspects of functioning of patients having head and neck cancer (HNC). The data originated from a cross-sectional study with a convenience sample of 145 patients with HNC. The data has previously been used for graphical modelling and has been published [30].

The patients had at least one cancer at one of the following locations: oral region, salivary glands, oropharynx, hypopharynx or larynx. Human functioning for each of the patients were assessed using the International Classification of Functioning, Disability and Health (ICF) as endorsed by the World Health Organization in 2001 [31]. The ICF provides a useful framework for classifying the components of health and consequences of a disease and can be used. According to the ICF the consequences of a disease may concern body functions (b) and structures (s), the performance of activities and participation (d) in life situations depending on environmental factors (e).

Thirty-four aspects of functioning were assessed for each of the patients 12 from the component Body Functions, three from the component Body Structure, 15 from the component Activity and Participation and another 4 categories from the component Environmental factors. For better interpretation of the graphs we show the 34 ICF categories together with a short explanation in Table 1.

Table 1 Short description of the ICF categories used for the graphical models on the HNC data

Principles of graphical models

Consider X =(X (1) , ..., X (p)) {0,1}pas a p-dimensional vector of binary random variables. One way to represent the association structure between the elements of X in a random sample of i.i.d. replicates is an undirected binary graph. A graph G(υ,ε) consists of a finite set of nodes υ, representing the elements of X, and edges ε between these nodes. Each edge stands for an existing conditional dependence between two nodes. Hence, graphical modeling is based on the concept of conditional dependence and conditional independence. To understand graphical models it is fundamental to understand both of these concepts. Two events X and Y are independent, if P(XY) = P(X) P(Y) . Two events X and Y are conditional independent given Z if P(XY | Z) = P(X | Z) P(Y | Z) X Y|Z. The relationship X Y | Z is represented in Figure 1.

Figure 1
figure 1

An example for a simple graphical model.

A concept to describe a graphical model is via the neighborhood of each node. The neighborhood of node X (a) ne a is defined as the smallest subset of υ, so that X (a)is conditionally independent of all remaining variables, thus the neighborhood ne a is defined as:

X ( a ) X ( i ) ; X ( i ) υ / n e a n e a
(1)

Two approaches define the edge set ε. First, an edge between x and y exists if and only if both nodes are an element in the opposite neighborhood, i.e. following the AND-rule:

ε = ( x , y ) | x n e y y n e x
(2)

A less conservative, asymmetrical estimate of the edge set of a graph is given by the OR-rule:

ε = ( x , y ) | x n e y y n e x
(3)

A different definition of a neighborhood allows for a practical approach. For each node in υ consider optimal prediction of X (a)given all remaining variables. Let β a (p-1)be the vector of coefficients for optimal prediction of X (a). The set of non-zero coefficient is identical to the set of neighbors of X (a), thus:

n e a = b υ : β b a 0
(4)

We can regard this as a subset selection problem in a regression setting and to the detection of zero coefficients. The use of shrinkage as the subset selection tool used to identify the neighborhood and to estimate β b a has become popular in recent years.

Principles of LASSO for logistic regression

Given a set of p explanatory X (1),..., X (p)and a binary outcome Y the goal of logistic regression is to model the probability π i = p(y i = 1| x i ) by

log π i 1 - π i = x i β π i = exp ( x i β ) 1 + exp ( x i β )
(5)

The maximum likelihood estimates of β can be found by setting the first derivative of log-likelihood function equal to zero, thus

l ( β ) β = s ( β ) = i = 1 N x i y i - exp ( x i β ) 1 + exp ( x i β ) = 0
(6)

The LASSO is a penalized regression technique defined as a shrinkage estimator [11]. It adds a penalty term to equation (6), thus (6) is to be minimized subject to the sum of the absolute coefficients being less than a certain threshold value. Using the absolute values as condition yields shrinkage in some coefficients and simultaneously may set other coefficients to zero as has been shown by Tibshirani [11]. For each choice of the penalty parameter a stationary solution exists often visualized as a regularization path, i.e. the penalized coefficients over all penalty terms. LASSO reduces the variation in estimating β. Formally, the penalized logistic regression problem is to minimize:

i = 1 N x i y i - exp ( x i β L A S S O ) 1 + exp ( x i β L A S S O ) + λ j β ( j ) L A S S O
(7)

A mathematically equivalent expression of this problem is the formulation as a constrained regression problem, that is minimizing

i = 1 N x i y i - exp ( x i β L A S S O ) 1 + exp ( x i β L A S S O )
(8)

subject to j β ( j ) L A S S O < t . In this paper, the variables are first standardized to zero mean and variance one. The penalty term t can be used to control the number of predictors, i.e. the size of the neighborhood.

Binary graphical model using single LASSO regressions

The first method considered here to construct graphical models is based on an optimal penalty term to identify an optimal neighborhood. We consider three procedures for selecting optimal penalty, namely cross-validation (CV), Akaike Information Criteria (AIC) and Bayesian Information Criteria (BIC). These approaches have although been suggested in recent publications by Viallon [32] and Wang [33]. The first one is proposed by Goeman in the context of Cox regression [34], while the latter two are computational more efficient and well-known classical tools. BIC has shown to be superior as suggested by Yuan and Lin and demonstrated superior performance through simulation studies in Gaussian graphical modes [35, 36]. Other possible approaches include the methods by Wainwright [24] and Banerjee [17] which control the rate of falsely detected edges in the graph. However, these penalties are too conservative as outlined in Ambroise et al. [37]. The LASSO and cross-validation are calculated using the efficient gradient-ascent algorithm as proposed by Goeman and are implemented in the 'penalized' package [38].

For all possible penalty terms, the performance of the resulting models is assessed either by cross-validation, AIC or BIC. The algorithm to identify a binary graphical model then proceeds as follows:

  1. 1.

    Estimate the coefficients β ^ L A S S O in local penalized logistic regression models using each variable as outcome and the remainder as predictors for each X (i)corresponding to an optimal penalty term t.

  2. 2.

    For each variable a define the neighborhood n e a * as the set of variables b corresponding to non-zero penalized coefficients β ^ b a :n e a * = { b υ : β ^ b a 0 } .

  3. 3.

    Define the set of conditional relationships (the edge set) E as: E= { ( a , b ) | a n e b * b n e a * } .

Binary graphical model using bolasso

Another method to construct binary graphical models is based on the Bolasso algorithm which takes advantage of bootstrap aggregating. Bootstrap aggregating, also called 'bagging', generates multiple versions of a predictor, e.g. a coefficient in a generalized linear model, or classifier. It constitutes a simple and general approach to improve an unstable estimator θ(X) with X being a given data set. Bagging is based on the concept of resampling the data {(y n , x n ), n = 1,..., p} by drawing new pairs y n * , x n * with replacement from the p original data pairs. For simple classification the bootstrap aggregating algorithm proceeds as follows:

(1) Generate a bootstrap sample b* with replacement from the original data. Repeat this process B times.

(2) For each data sample b* calculate the classifier θ*(b*).

(3) Count the times an object is classified μ x = i = 1 . . B θ i * b i * .

(4) Define the set of classified objects as S = {y: μ y π cut } with 0 ≤ π cut ≤ 1.

Using Bolasso as a basis, we can now construct graphical models. The algorithm proceeds as follows:

(1) Generate a bootstrap sample b* with replacement from the original data. Repeat this process B times.

(2) For each b*, estimate the coefficients β ^ L A S S O in local penalized logistic regressions using each variable as outcome variable and the remainder as predictors for a penalty term t.

(3) For each variable a define the neighborhood n e a * as the set of variables b corresponding to non-zero penalized coefficients β ^ b a :n e a * = { b υ : β ^ b a 0 } .

(4) Calculate the percentage variable b is in the neighborhood of a in each bootstrap sample b* as μ b a .

(5) Define the neighborhood of variable a as: n e a * = { b | μ b a π c u t }

(6) Define the set of conditional relationships (the edge set) E as: E= { ( a , b ) | a n e b * b n e a * } .

Three parameters have to be chosen here:

  • B: number of bootstraps

  • t: penalty parameter

  • π cut : cut-off value for the definition of neighborhood

In our study, we investigated the influence of these parameters for different sample sizes in a study based on simulated data as described earlier. We also considered using a cross-validated penalty as a basis for the Bolasso and refer to this approach by Bolasso-CV.

Assessment of performance

We analyzed the performance of the methods by comparing the identified structure with a predefined known structure. Thus, each edge yielded by one method can be either correct or incorrect. A falsely identified (false positive) edge is an edge which is identified by one or both of the two methods but does not exist in the predefined structure. A falsely not identified (false negative) edge is an edge which is not identified by one or both of the two methods but does exist in the predefined structure. A correctly identified (true positive) edge is an edge which is identified by one or both of the two methods and which exists in the predefined structure. Likewise, a true negative edge is an edge correctly identified as missing.

We report the Structural Hamming Distance (SHD) and the Youden index (J). The SHD between two graphs is the number of edge insertions or deletions needed to transform one graph into the other. Thus, the number of changes needed to transform the graphical model identified by one or both of the two methods to the known structure defined by the matrix M. The SHD measures the performance of LASSO and Bolasso by counting the number of false positive and false negative edges.

It may occur that bagging causes the exclusion of all edges yielding a SHD equal to the number of true edges. This might reduce the error rate, but an empty model without edges is not always desirable, even if it has a low error rate. In order to assess both, the ability to find true positive and true negative edges, the Youden Index is more appropriate.

The Youden index is a function of the sensitivity (q) and the specificity (p) of a classifier and is defined as:

J = q + p - 1
(9)

Sensitivity is the proportion of true positive edges among all identified edges and specificity the proportion of true negative edges among all not identified edges.

Smaller values of the SHD indicate better choice, as do larger values of the J. Thus, a choice is to be preferred that yields small SHD at large J values.

We investigated the performances in a simulation setting which was motivated by a graphical model for real-life data [5] (see Figure 2). In this study functioning data for patients in the post-acute setting were analyzed using graphical modeling. The setting mimics a found subgraph in this graphical model. We additionally added two random variables having no interaction with the remainders to imitate a realistic scenario. The model in Figure 2 corresponds to a particular matrix of odds ratios, e.g. a smaller model with only 6 variables can be expressed by the matrix M:

Figure 2
figure 2

The simulation setting for assessing the performance of the methods.

M = 1 2 2 1 1 1 2 1 1 2 1 1 2 1 1 2 1 1 1 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

We chose the penalty term to be either cross-validated, AIC or BIC optimal or to correspond to a certain neighborhood size ranging from one to the maximum neighborhood size, i.e. l (1,2,...,18) in the original data. In addition, we varied the number of bootstrap replicates B (40,80,120,160,200), the threshold for a variable to be included in a neighborhood π cut (0.90,0.95,0.99,1.00) and the sample size n (50,100,200,500,1000). Usually, B lies in the range of 50. However, the best choice is not clear, e.g. Bach investigated also B =256, and may be important as the method itself is unstable. The choice of thresholds was also motivated by the work of Bach who proposed the soft Bolasso with a threshold of 0.90 as opposed to the Bolasso with a threshold of 1.00. We chose a wide range of values for B, thresholds and sample size to simultaneously study the performance of B and thresholds in small samples and in big samples. Ideally, for a sample size of 1000 the methods should perform with negligible error. In order to estimate model performances dependent on the parameters π cut , B and l and the interaction between π cut and l we calculated generalized linear models with either SHD or J as outcome variable.

Result

Simulations results

We calculated the Structural Hamming Distance and Youden Index for the simulation setting for each combination of B, π cut and l. We give the detailed results in table form in the electronic supplement (see additional file 1 and additional file 2: Summary statistics for the simulation study). Using generalized linear model yielded the following optimal regularization for minimal SHD: π cut =0.90, B =200 and l = 5 . For a maximal J a larger neighborhood size is preferred: π cut =0.90, B =200 and l = 10. It turned out, that the number of bootstrap replicates B has the least influence on model performance with higher B performing slightly better.

We give a summary of the results for SHD in Figure 3 and for J in Figure 4 for varying sample size. The figures show box plots for all methods, namely the Lasso-CV, the Lasso-AIC, the Lasso-BIC, the Bolasso-CV and the Bolasso with optimal neighborhood size and π cut =0.90, the Bolasso-90. For each method we applied two different neighborhood definitions corresponding to the AND-rule and to the OR-rule. In the box plots * marks the mean performance.

Figure 3
figure 3

Boxplot of Structural Hamming Distance (SHD) for all investigated approaches, different definitions of neighborhood (OR-rule and AND-rule) and sample sizes 50, 100, 200, 500 and 1000. Yellow marks the OR-rule and orange the AND-rule. Lasso - CV represents cross-validated optimal penalty, Lasso - AIC represents AIC optimal penalty, Lasso - BIC represents BIC optimal penalty, Bolasso - CV represents Bolasso with cross-validated optimal penalty and Bolasso - 90 represents a Bolasso with a cut of 90% and neighborhood size 5.

Figure 4
figure 4

Boxplot of Youden Index (J) for all investigated approaches, different definitions of neighborhood (OR-rule and AND-rule) and sample sizes 50, 100, 200, 500 and 1000. Yellow marks the OR-rule and orange the AND-rule. Lasso - CV represents cross-validated optimal penalty, Lasso - AIC represents AIC optimal penalty, Lasso - BIC represents BIC optimal penalty, Bolasso - CV represents Bolasso with cross-validated optimal penalty and Bolasso - 90 represents a Bolasso with a cut of 90% and neighborhood size 10.

Considering SHD as the main outcome renders Lasso-CV and Lasso-AIC as clearly inferior. For smaller sample sizes Lasso-BIC, Bolasso-CV and Bolasso-90 reject almost or all edges eading to a null model with SHD equal to 19. For sample sizes greater than 500 Bolasso-CV and Bolasso-90 are clearly superior to Lasso-BIC. Additionally, for each approach the AND-rule was superior to the OR-rule for most sample sizes.

A similar result can be seen when considering the Youden Index with the exception that Lasso-CV and Lasso-AIC are real contenders here, as they are not as conservative as the others, such gaining performance regarding sensitivity.

HNC data

Using these results we applied the method to the HNC data set using both the AND- and OR-rule. We give the results for the CV, the AIC and the BIC optimal penalty and for the Bolasso with a cut of 90%, 200 bootstraps and a neighborhood size of 5 (for optimal SHD), resp. 10 (for optimal J) in Figure 5 and 6. The color of the nodes correspond to the different ICF components: ICF categories from the component Body function are orange, Body structure white, Activities and participation blue and Environmental factors green. The full descriptions of the ICF categories are in Table 1.

Figure 5
figure 5

Graphical models for the real-life data using the AND-rule. ICF categories from the component Body function (orange), Body structure (white), Activities and participation (blue) and Environmental factors (green). Please, find the full descriptions of the ICF categories in Table 1.

Figure 6
figure 6

Graphical models for the real-life data using the OR-rule. ICF categories from the component Body function (orange), Body structure (white), Activities and participation (blue) and Environmental factors (green). Please, find the full descriptions of the ICF categories in Table 1.

In all models similar aspects can be seen. The CV and AIC optimal penalty term leads to a very complicated model, while the BIC criteria yielded reasonable results in terms of interpretability. The Bolasso-90 is the most conservative approach while using Bolasso-CV yielded similar results than the Lasso-BIC.

As a case in point, we describe the model for the Bolasso-90 with a neighborhood size of 10, i.e. the model with the highest performance regarding the Youden Index.

Similar to Becker et al. [30] we identified a circle-like association around the speaking capability, i.e. between d330 Speaking, b310 Voice functions, b320 Articulation functions, s320 Structure of mouth, b510 Ingestion functions, d350 Conversation, d360 Using communication devices and techniques. The latter had further associations to e125 Products and technologies for communication and d920 Recreation and leisure. The category s320 Structure of mouth had a meaningful connection to d560 Drinking which was further connected to d550 Eating. Furthermore, b510 Ingestion functions had an association to b280 Sensation of pain. On the left side of the graph we have a group around respiration functions, namely b440 Respiration functions, b450 Additional respiratory functions, b460 Sensations associated with cardiovascular and respiratory functions and s430 Structure of respiratory system. A further like path could be visualized between the categories d335 Producing nonverbal messages, d315 Communicating with - receiving - nonverbal messages, d310 Communicating with - receiving - spoken messages, d720 Complex interpersonal interaction, d570 Looking after one's health and b130 Energy and drive functions. The big circle is closed by the connection of b130 and d920 Recreation and leisure.

Many of these association structures were also present in the original work and are discussed in detail there [30].

Discussion

We compared the performance of the Bolasso to the development of graphical models for high-dimensional data with known dependency structure. One of the main points of critique for graphical models is that the retrieved structures might not be statistically stable, since the results might depend on the choice of model parameters, and are susceptible to small changes in the data set [6]. Interestingly, we found that using a BIC penalty and Bolasso were both able to correctly identify predefined existing dependency structures.

We have analyzed several LASSO based methods to derive graphical models in the presence of binary data and compared their performance in detecting known dependency structures. All methods are taking advantage of penalized logistic regression models as a tool to identify the explicit neighborhoods. We could show that bootstrap aggregating can substantially improve the performance of model selection, especially in the case of large samples. Arguably, LASSO is inferior in certain situations because in a given LASSO coefficient path the optimal solution might not exist. A LASSO coefficient path is given by the coefficient value of each variable over all penalty terms. In contrast, bagging opens the window for a whole class of new models, because it selects all variables intersecting over the bootstrap samples. The intersection itself must not be a solution in any of the bootstrap samples.

In LASSO, the choice of the penalty often determines the performance of the model. Thus, the correct choice of the penalty term is important. However, in our study, the initial choice of penalization had surprisingly little impact on the performance of the model if bagging was applied and the penalty was chosen in sensibly. Similar results have been obtained with stability selection [20]. Stability selection is also based on bootstrap in combination with (high-dimensional) selection algorithms. It applies resampling to the whole LASSO coefficient path and calculates the probability for each variable to be selected when randomly resampling from the data.

In our study, bagging largely improved the performance of LASSO, but only by reducing the number of false positive and false negative edges. This, however, might lead to a conservative and underspecified model with a low number of edges, if any, especially in small samples.

Although the choice of the penalty term is not crucial when bagging is applied, a cut-off value for the definition of neighborhood has to be defined, and this arbitrary choice will determine the size of the graphical model. Reducing the cut-off value would include more variables at the expense of a higher false positive rate.

This study illustrates that in graphical modeling, it is essential not only to control the number of false positive and false negative edges but also the ability of a method to identify true positive edges.

Conclusion

Bootstrap aggregating improves variable selection if the underlying selection process is not too unstable, e.g. due to small sample sizes. These properties have been shown on simulated data using various parameters. As a consequence, we propose using Bolasso for graphical modeling in large sample size cases as a real contender to the classical neighborhood estimation methods.

References

  1. Breiman L: Heuristics of Instability and Stabilization in Model Selection. Ann Stat. 1996, 24: 2350-2383.

    Article  Google Scholar 

  2. Tsai CL, Camargo CA: Methodological considerations, such as directed acyclic graphs, for studying "acute on chronic" disease epidemiology: chronic obstructive pulmonary disease example. J Clin Epidemiol. 2009, 62: 982-990. 10.1016/j.jclinepi.2008.10.005.

    Article  PubMed  Google Scholar 

  3. Edwards D: Introduction to Graphical Modelling. 2000, New York: Springer

    Book  Google Scholar 

  4. Hernan MA, Robins JM: Instruments for causal inference: an epidemiologist's dream?. Epidemiology. 2006, 17: 360-372. 10.1097/01.ede.0000222409.00878.37.

    Article  PubMed  Google Scholar 

  5. Strobl R, Stucki G, Grill E, Muller M, Mansmann U: Graphical models illustrated complex associations between variables describing human functioning. J Clin Epidemiol. 2009, 62: 922-933. 10.1016/j.jclinepi.2009.01.018.

    Article  PubMed  Google Scholar 

  6. Kalisch M, Fellinghauer BA, Grill E, Maathuis MH, Mansmann U, Buhlmann P, Stucki G: Understanding human functioning using graphical models. BMC Med Res Methodol. 2010, 10: 14-10.1186/1471-2288-10-14.

    Article  PubMed  PubMed Central  Google Scholar 

  7. Wong F, Carter CK, Kohn R: Efficient estimation of covariance selection models. Biometrika. 2003, 90: 809-830. 10.1093/biomet/90.4.809.

    Article  Google Scholar 

  8. Dempster AP: Covariance Selection. Biometrics. 1972, 28: 157-175. 10.2307/2528966.

    Article  Google Scholar 

  9. Wille A, Bühlmann P: Low-order conditional independence graphs for inferring genetic networks. Stat Appl Genet Mol Biol. 2006, 5: 1-32.

    Google Scholar 

  10. Meinshausen N, Buehlmann P: High-dimensional graphs and variable selection with the Lasso. Ann Stat. 2006, 34: 1436-1462. 10.1214/009053606000000281.

    Article  Google Scholar 

  11. Tibshirani R: Regression shrinkage and selection via the lasso. J R Stat Soc. 1996, 58: 267-288.

    Google Scholar 

  12. Tibshirani R: The lasso method for variable selection in the Cox model. Stat Med. 1997, 16: 385-395. 10.1002/(SICI)1097-0258(19970228)16:4<385::AID-SIM380>3.0.CO;2-3.

    Article  CAS  PubMed  Google Scholar 

  13. Genkin A, Lewis DD, Madigan D: Large-Scale Bayesian Logistic Regression for Text Categorization. Technometrics. 2007, 49: 291-304. 10.1198/004017007000000245.

    Article  Google Scholar 

  14. Lokhorst J: The LASSO and Generalised Linear Models. 1999, Honours Projects Department of Statistics. South Australia, Australia: The University of Adelaide

    Google Scholar 

  15. Shevade SK, Keerthi SS: A simple and efficient algorithm for gene selection using sparse logistic regression. Bioinformatics. 2003, 19: 2246-2253. 10.1093/bioinformatics/btg308.

    Article  CAS  PubMed  Google Scholar 

  16. Krishnapuram B, Carin L, Figueiredo MA, Hartemink AJ: Sparse multinomial logistic regression: fast algorithms and generalization bounds. IEEE Trans Pattern Anal Mach Intell. 2005, 27: 957-968.

    Article  PubMed  Google Scholar 

  17. Banerjee O, El Ghaoui L, d'Aspremont A: Model Selection Through Sparse Maximum Likelihood Estimation for Multivariate Gaussian or Binary Data. J Mach Learn Res. 2008, 9: 485-516.

    Google Scholar 

  18. Rothman AJ, Bickel PJ, Levina E, Zhu J: Sparse permutation invariant covariance estimation. Electronic Journal of Statistics. 2008, 2: 494-515. 10.1214/08-EJS176.

    Article  Google Scholar 

  19. Friedman J, Hastie T, Tibshirani R: Sparse inverse covariance estimation with the graphical lasso. Biostatistics. 2008, 9: 432-441.

    Article  PubMed  Google Scholar 

  20. Meinshausen N, Buehlmann P: Stability Selection. Journal of the Royal Statistical Society Series B. 2010, 72: 417-473. 10.1111/j.1467-9868.2010.00740.x.

    Article  Google Scholar 

  21. Agresti A: Categorical Data Analysis. 2002, New Jersey: Wiley

    Book  Google Scholar 

  22. van der Geer SA: High-dimensional generalized linear models and the Lasso. Ann Stat. 2008, 36: 614-645. 10.1214/009053607000000929.

    Article  Google Scholar 

  23. Bunea F: Honest variable selection in linear and logistic regression models via 1 and 1 + 2 penalization. Electronic Journal of Statistics. 2008, 2: 1153-1194. 10.1214/08-EJS287.

    Article  Google Scholar 

  24. Wainwright MJ, Ravikumar P, Lafferty JD: High-dimensional graphical model selection using l1-regularized logistic regression. Advances in Neural Information Processing Systems. 2007, 19: 1465-1472.

    Google Scholar 

  25. Ravikumar P, Wainwright MJ, Lafferty JD: High-dimensional Ising model selection using 1-regularized logistic regression. Ann Stat. 2010, 38: 1287-1319. 10.1214/09-AOS691.

    Article  Google Scholar 

  26. Breiman L: Bagging predictors. Mach Learn. 1996, 24: 123-140.

    Google Scholar 

  27. Bach FR: Bolasso: Model consistent lasso estimation through the bootstrap. preprint. 2008

    Google Scholar 

  28. Robert CP, Casella G: Monte Carlo Statistical Method. 2004, New York: Springer, 2

    Chapter  Google Scholar 

  29. R Development Core Team: R: A Language and Environment for Statistical Computin. 2009, Vienna, Austria: R Foundation for Statistical Computing

    Google Scholar 

  30. Becker S, Strobl R, Cieza A, Grill E, Harreus T, Schiesner U: Graphical modeling can be used to illustrate associations between variables describing functioning in head and neck cancer patients. J Clin Epidemiol. 2011

    Google Scholar 

  31. World Health Organization: International Classification of Functioning, Disability and Health: ICF. Book International Classification of Functioning Disability and Health: ICF. 2001, City: WHO, (Editor ed.^eds).

    Google Scholar 

  32. Viallon V, Banerjee O, Rey G, Jougla E, Coste J: An empirical comparative study of approximate methods for binary graphical models; application to the search of associations among causes of death in French death certificates. 2010, http://arxiv.org/pdf/1004.2287, ,

    Google Scholar 

  33. Wang P, Chao DL, Hsu L: Learning networks from high dimensional binary data : An application to genomic instability data. 2010, http://arxiv.org/pdf/0908.3882, ,

    Google Scholar 

  34. Goeman JJ: L1 penalized estimation in the Cox proportional hazards model. Biom J. 2009, 52: 70-84.

    Google Scholar 

  35. Gao X, Pu DQ, Wu Y, Xu H: Tuning parameter selection for penalized likelihood estimation pf inverse covariance matrix. 2010, http://arxiv.org/pdf/0909.0934, ,

    Google Scholar 

  36. Yuan M, Lin Y: Model selection and estimation in the Gaussian graphical model. Biometrika. 2007, 94: 19-35. 10.1093/biomet/asm018.

    Article  Google Scholar 

  37. Ambroise C, Chiquet J, Matias C: Inferring sparse Gaussian graphical models with latent structure. Electronic Journal of Statistics. 2009, 3: 205-238. 10.1214/08-EJS314.

    Article  Google Scholar 

  38. Goeman J: Penalized: L1 (lasso) and L2 (ridge) penalized estimation in GLMs and in the Cox model. R package version 09-21. 2008

    Google Scholar 

Pre-publication history

Download references

Acknowledgements

The authors thank Emmi Beck for manuscript revision and Sven Becker for providing the data for the real-data study.

This study was funded by the German Research Foundation (Deutsche Forschungsgemeinschaft) (GR 3608/1-1).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Ralf Strobl.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

RS computed the study; EG and UM contributed to the design of the study; all authors contributed to the analysis and writing. All authors read and approved the final manuscript

Electronic supplementary material

12874_2011_695_MOESM1_ESM.DOC

Additional file 1: The table in the electronic supplement gives the exact numbers of the performances of each model. The table gives summary statistics (mean, median, standard deviation, minimum and maximum) for the Structural Hamming Distance. (DOC 76 KB)

12874_2011_695_MOESM2_ESM.DOC

Additional file 2: The table in the electronic supplement gives the exact numbers of the performances of each model. The table gives summary statistics (mean, median, standard deviation, minimum, and maximum) for the Youden Index. (DOC 78 KB)

Authors’ original submitted files for images

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Strobl, R., Grill, E. & Mansmann, U. Graphical modeling of binary data using the LASSO: a simulation study. BMC Med Res Methodol 12, 16 (2012). https://doi.org/10.1186/1471-2288-12-16

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2288-12-16

Keywords