NetSet-class: An S4 class representing a single network with a network...

Description Details Slots

Description

This class represents the results of applying a network permutation function, such as a jackknife, or rewiring algorithm, to a single network.

Details

For constructor see: For constructor see: net_apply

Slots

fun.name

character. The name of the network permutation function applied

fun

function. The permutation function applied

fun.args

list. The arguments supplied to the permutation function

orig.net

Net. The original network

orig.net.name

character. The name of the original network

nets

list. A list of Net objects, each corresponding to a instance of the manipulated original network

nets.names

character. The names of the manipulated networks.

node.variables

list. Node variables of the original network

iter

logical. A flag to indicate that the permutation function was repeated with the same arguements. Currently unused.


netjack documentation built on July 8, 2019, 1:02 a.m.