View source: R/impute.network.list.R
impute.network.list | R Documentation |
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.
network
, is.na()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.