FitOmega {ghypernet} | R Documentation |
Fit propensity matrix for full model
Description
(auxiliary function)
Usage
FitOmega(adj, xi, directed, selfloops)
Arguments
adj |
adjacency matrix |
xi |
combinatorial matrix |
directed |
boolean |
selfloops |
boolean |
Value
propensity matrix
Examples
data(adj_karate)
xi <- compute_xi(adj_karate, FALSE, FALSE)
FitOmega(adj_karate, xi, FALSE, FALSE)
[Package ghypernet version 1.1.0 Index]