Description Usage Arguments Value Author(s)
A function for fitting the 3-parameter (number of vertices, number of non-zero edges, lambda poisson rate parameter) Zero-Inflated Poisson Model to a graph. A poisson model is fitted to the non-zero edges.
1  | gs.poisson.fit.zip(g, edge.attr = NULL, output = "matrix")
 | 
g | 
 an   | 
edge.attr | 
 if   | 
communities | 
 an   | 
edge.attr | 
 if  
  | 
output.type | 
 the type of output to produce for the between community expectations. Defaults to  
  | 
An object of class ZIP containing the following:
n.vthe number of vertices in g.
ne.nzthe number of non-zero edges in g.
lambdathe poisson rate parameter for non-zero edges in g; also, the average non-zero edge weight of g.
Eric Bridgeford
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.