Learn R Programming

L0ggm (version 0.1.2)

basic_smallworld: Toy Small-world Network Data Example

Description

A toy small-world network example (n = 500)

Usage

data(basic_smallworld)

Arguments

Format

A 500 \(\times\) 20 continuous response matrix

Examples

Run this code
# Generated using:
# basic_smallworld <- simulate_smallworld(
#  nodes = 20, # 20 nodes in the network
#  density = 0.30, # moderate initial lattice connectivity
#  rewire = 0.20, # 20% rewiring probability
#  sample_size = 500 # number of cases = 500
# )$data
data("basic_smallworld")

Run the code above in your browser using DataLab