Learn R Programming

hierformR (version 0.1.0)

states: Characteristics of 41 network states for 4 node graphs

Description

Dataframe showing the transitivity and intransitivity of each of the four triads, the number of nodes, the number of edges, the number of other individuals dominated by the top-ranked individual, the mean distance of the network and the maximum difference between out-degree and in-degrees, in a four node network. Also gives the class of each state.

Usage

states

Arguments

Format

A data frame with 41 rows and 14 variables:
X003
Number of unconnected nodes
X012
Number of triads with one single directed edge
X021D
Number of triads with 2 edges going down
X021U
Number of triads with 2 edges going up
X021C
Number of triads with 2 edges that could be transitive/intransitive
X030T
Number of transitive triads
X030C
Number of intransitive triads
maxdom
Number of individuals dominated by top ranked individual
noedges
Number of edges in network
nonodes
Number of nodes in network
distance
Mean distance of the network
degreediff
Max difference between each nodes out-degree and in-degree
id
The id of the network
class
The class of the network