Impute missing dyads in a series of networks
This function takes a list of networks with missing dyads and returns a list of networks with missing dyads imputed according to a list of imputation directives.
impute.network.list( nwl, imputers = c(), nwl.prepend = list(), nwl.append = list() )
nwl |
A list of |
imputers |
A character vector giving one or more methods to impute missing dyads. Currenly implemented methods are as follows:
If
|
nwl.prepend |
An optional list of networks to treat as
preceding those in |
nwl.append |
An optional list of networks to treat as
following those in |
A list of networks with missing dyads imputed.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.