blockSNE: Strong Nash equilibrium (SNE) configuration of a block...

Description Usage Arguments Examples

Description

This function calculates the resulting SNE configuration of a block formation game along with the brokerage of the restulting sets.

Usage

1
blockSNE(edgeList, nodeList, c, s, adjMatrix, setPS, setPower, approximate)

Arguments

edgeList

A dataframe of network data within which sources are in the first column and targets are in the second column.

nodeList

A dataframe within which all nodes and their respective names are listed.

c

The cost of signalling to, and adding an, extra node to a block.

s

The maximum size of block that is considered within the block formation game.

adjMatrix

The network represented as an adjacency matrix.

setPS

The set of predeccessors and successors for each combination of nodes considered.

approximate

Should the Strong Nash Equilibrium be approximated? TRUE or FALSE.

perCapita

The brokerage power of the node set divided by the number of nodes within the set.

Examples

1

O1sims/networkR documentation built on May 31, 2019, 6:13 p.m.