Tabulate the impact of every positive perturbation as table.

impact.table(sim, epsilon = 1e-05)

Arguments

sim

the result from system.simulate

epsilon

outomes below this in absolute magnitude are treated as zero.

Value

The crosstabulation as a matrix

Details

Crosstabulate the mean impact (positive or negative) at each node for a positive perturbation of each node. The k-th column corresponds to a perturbation of the k-th node, and shows the mean impact on each node.