Learn R Programming

ghypernet (version 1.1.2)

FitOmega: Fit propensity matrix for full model

Description

(auxiliary function)

Usage

FitOmega(adj, xi, directed, selfloops)

Value

propensity matrix

Arguments

adj

adjacency matrix

xi

combinatorial matrix

directed

boolean

selfloops

boolean

Examples

Run this code
data(adj_karate)
xi <- compute_xi(adj_karate, FALSE, FALSE)
FitOmega(adj_karate, xi, FALSE, FALSE)

Run the code above in your browser using DataLab