powered by
These functions take a Net object, manipulate the network in some way, and return a list of modified Net objects.
Net
list
node_jackknife(Net)network_jackknife(Net, network.variable)absolute_threshold(Net, thresholds)relative_threshold(Net, percentiles)
network_jackknife(Net, network.variable)
absolute_threshold(Net, thresholds)
relative_threshold(Net, percentiles)
Network to jackknife
Character name of node variable containing network labels
Vector of thresholds to use
Vector of densities to threshold at
A list of Net objects
# NOT RUN { data(GroupA) GroupA1_Net = as_Net(GroupA[[1]], "1", list(community = c(rep(1, 10), rep(2,10)))) node_jackknife(GroupA1_Net) network_jackknife(GroupA1_Net, "community") # }
Run the code above in your browser using DataLab