View source: R/functions_graph.R
| out_clique_decomposition_bimax | R Documentation | 
One of the main functions for implementing the methodology. Outputs a biclique decomposition of the null-exposure graph using Bimax algorithm. Specifically, the resulting decomposition paritions the assignment space, while the unit space may overlap.
out_clique_decomposition_bimax( NEgraph, Zobs_id, minr, minc, stop_at_Zobs = TRUE )
NEgraph | 
 The null-exposure graph.  | 
Zobs_id | 
 The index location of the observed assignment vector in   | 
minr | 
 The minimum number of focal units included in the cliques (algorithm runtime is sensitive to this value).  | 
minc | 
 The minimum number of focal assignment included in the cliques (algorithm runtime is sensitive to this value).  | 
stop_at_Zobs | 
 A Boolean indicating whether the decomposition algorithm should stop when the clique containing the observed assignment is found.  Default value is   | 
If stop_at_Zobs is TRUE, a matrix representing the clique to condition upon. If stop_at_Zobs is FALSE, a list containing the clique decomposition of the null-exposure graph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.