criticalCoverage: Per capita coverage of all critical sets

Description Usage Arguments Examples

Description

This function calculates per capita coverage of all critical sets in the network.

Usage

1
criticalCoverage(edgeList, nodeList, s, setPS, 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.

s

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

setPS

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

approximate

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

Examples

1

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