remove.ids: Removes IDs with NA in a list of adjacency matrices optimally
Description
The function optimally removes identifiers with NA in a list of adjacency matrices. Many combinations of rows and columns can be deleted
removing many rows and column
Usage
remove.ids(network, ncores = 1L)
Value
List of adjacency matrices without missing values and a list of vectors of retained indeces
Arguments
network
is a list of adjacency matrices
ncores
is the number of cores to be used to run the program in parallel