This class represents the results of applying a network permutation function, such as a jackknife, or rewiring algorithm, to a single network.
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.
For constructor see: For constructor see: net_apply