matrix of probabilities with same size as adjacency matrix.
Arguments
graph
an adjacency matrix or a igraph object.
model
a ghype model
under
boolean, estimate under-represented deviations? Default FALSE:
i.e. returns over representation
log.p
boolean, return log values of probabilities
binomial.approximation
boolean, force binomial? default FALSE
give_pvals
boolean, return p-values for both under and over
significance? when FALSE, it returns probabilty of observing stricly more
(or less) edges than in graph. When TRUE returns probability of observing
exactly as many edges or more (less) than in graph, like a standard pvalue.