README.md

imputenet

Travis build
status AppVeyor build
status Codecov test
coverage

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.

Installation

You can install the development version of imputenet from GitHub with:

devtools::install_github("saurabh-khanna/imputenet")

Example

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)


saurabh-khanna/imputenet documentation built on June 6, 2020, 12:24 a.m.