| FitOmega | R Documentation | 
(auxiliary function)
FitOmega(adj, xi, directed, selfloops)
adj | 
 adjacency matrix  | 
xi | 
 combinatorial matrix  | 
directed | 
 boolean  | 
selfloops | 
 boolean  | 
propensity matrix
data(adj_karate)
xi <- compute_xi(adj_karate, FALSE, FALSE)
FitOmega(adj_karate, xi, FALSE, FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.