rnem {nem} | R Documentation |
It generates the networks, regarding the considered mechanisms and their strenghts.
rnem(initial, formula, theta, k = 5000, q, b = 0.25)
initial |
The initial network of class |
formula |
The |
theta |
The vector of parameters (mechanisms' strenghts). |
k |
The number of iterations. |
q |
The probability with which the link is established at each iteration. |
b |
Share of units to be considered for creating or dissolving links. |
It returns a list
with the following elements:
final |
A final binary network of class |
initial |
An initial network of class |
negative |
A |
positive |
A |
Marjan Cugmas