Learn R Programming

ghypernet (version 1.1.2)

regularm: Fit the gnm model

Description

regularm is wrapper for ghype that allows to specify a gnm regular model. i.e. where all entries of the combinatorial matrix Xi are the same.

Usage

regularm(graph, directed = NULL, selfloops = NULL, ...)

Value

ghype object

Arguments

graph

either an adjacency matrix or an igraph graph

directed

optional boolean, if not specified detected from graph

selfloops

optional boolean, if not specified detected from graph

...

additional parameters passed to the ghype function

Examples

Run this code
data("adj_karate")
regularmodel <- regularm(graph = adj_karate, directed = FALSE, selfloops = FALSE)

Run the code above in your browser using DataLab