ghypernet (version 1.0.0)

FitOmega: 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

Run this code
# NOT RUN {
data(adj_karate)
xi <- ComputeXi(adj_karate, FALSE, FALSE)
FitOmega(adj_karate, xi, FALSE, FALSE)

# }

Run the code above in your browser using DataLab