-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
46 lines (31 loc) · 2.52 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# missSBM: Handling missing data in Stochastic Block Models
<!-- badges: start -->
[![website](https://github.com/GrossSBM/missSBM/workflows/pkgdown/badge.svg)](https://grosssbm.github.io/missSBM/)
[![R-CMD-check](https://github.com/grosssbm/missSBM/workflows/R-CMD-check/badge.svg)](https://github.com/grosssbm/missSBM/actions)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/missSBM)](https://cran.r-project.org/package=missSBM)
[![](https://img.shields.io/github/last-commit/grossSBM/missSBM.svg)](https://github.com/GrossSBM/missSBM/commits/master)
[![Codecov test coverage](https://codecov.io/gh/GrossSBM/missSBM/branch/master/graph/badge.svg)](https://app.codecov.io/gh/GrossSBM/missSBM?branch=master)
[![R-CMD-check](https://github.com/GrossSBM/missSBM/workflows/R-CMD-check/badge.svg)](https://github.com/GrossSBM/missSBM/actions)
[![R-CMD-check](https://github.com/GrossSBM/missSBM/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/GrossSBM/missSBM/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
> When a network is partially observed (here, NAs in the adjacency matrix rather than 1 or 0 due to missing information between node pairs), it is possible to account for the underlying process that generates those NAs. 'missSBM', presented in 'Barbillon, Chiquet and Tabouy' (2022)
[10.18637/jss.v101.i12](https://doi.org/10.18637/jss.v101.i12), adjusts the popular stochastic block model from network data observed under various missing data conditions, as described in 'Tabouy, Barbillon and Chiquet' (2019) [10.1080/01621459.2018.1562934](https://doi.org/10.1080/01621459.2018.1562934).
## Installation
The Last CRAN version is available via
```{r package CRAN, eval = FALSE}
install.packages("missSBM")
```
The development version is available via
```{r package github, eval = FALSE}
devtools::install_github("grossSBM/missSBM")
```
## References
Please cite our work using the following references:
Barbillon, P., Chiquet, J., & Tabouy, T. (2022). missSBM: An R Package for Handling Missing Values in the Stochastic Block Model. _Journal of Statistical Software_, 101(12), 1–32. DOI: [10.18637/jss.v101.i12](https://doi.org/10.18637/jss.v101.i12)
Timothée Tabouy, Pierre Barbillon & Julien Chiquet (2019) "Variational Inference for Stochastic Block Models from Sampled Data", _Journal of the American Statistical Association_, DOI: [10.1080/01621459.2018.1562934](https://doi.org/10.1080/01621459.2018.1562934)