impute.network.list {tergm} | R Documentation |
Impute missing dyads in a series of networks
Description
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.
Usage
impute.network.list(
nwl,
imputers = c(),
nwl.prepend = list(),
nwl.append = list()
)
Arguments
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 |
Value
A list of networks with missing dyads imputed.