make_egor: Generate random ego-centered-network data.

View source: R/make_egor.R

make_egorR Documentation

Generate random ego-centered-network data.

Description

This function generates random ego-centered-network data for a specified number of networks with a maximum network size. The network size of the generated networks is a normal distribution with sd=5.

Usage

make_egor(net.count, max.alters, netsize_fixed = FALSE, plot = FALSE)

Arguments

net.count

Number of networks/ egos to generate.

max.alters

Maximum size of networks.

netsize_fixed

Logical, if TRUE all networks will have max.alters as network size.

plot

whether to plot the network size distribution.


egor documentation built on March 31, 2023, 11:33 p.m.