The goal of imputenet
is to impute missing network data efficiently
and effectively. imputenet
generates missing ties based on multiple
imputations through collaborative filtering algorithms.
You can install the development version of imputenet
from
GitHub with:
devtools::install_github("saurabh-khanna/imputenet")
Here is a basic example which shows you how to impute missing network
data using imputenet
:
library(imputenet)
# basic example code
Here is a plot of the network before and after imputations:
# plot(network1)
# plot(network2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.