-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
76 lines (76 loc) · 2.21 KB
/
DESCRIPTION
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: sbm
Title: Stochastic Blockmodels
Version: 0.4.7
Authors@R:
c(person(given = "Julien", family = "Chiquet", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3629-3429")),
person(given = "Sophie", family = "Donnet", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4370-7316")),
person("großBM team", role = c("ctb")),
person(given = "Pierre", family = "Barbillon", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7766-7693")))
Description: A collection of tools and functions to adjust a variety of stochastic blockmodels (SBM).
Supports at the moment Simple, Bipartite, 'Multipartite' and Multiplex SBM (undirected or directed with Bernoulli, Poisson or Gaussian emission laws on the edges, and possibly covariate for Simple and Bipartite SBM). See Léger (2016) <doi:10.48550/arXiv.1602.07587>, 'Barbillon et al.' (2020) <doi:10.1111/rssa.12193> and 'Bar-Hen et al.' (2020) <doi:10.48550/arXiv.1807.10138>.
URL: https://grosssbm.github.io/sbm/
BugReports: https://github.com/GrossSBM/sbm/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat,
spelling,
knitr,
rmarkdown,
aricode,
covr
Language: en-US
Imports:
alluvial,
magrittr,
dplyr,
purrr,
blockmodels,
R6,
Rcpp,
igraph,
ggplot2,
GREMLINS,
stringr,
rlang,
reshape2,
prodlim
Collate:
'R6Class-SBM.R'
'R6Class-BipartiteSBM.R'
'R6Class-BipartiteSBM_fit.R'
'R6Class-MultipartiteSBM.R'
'R6Class-MultipartiteSBM_fit.R'
'R6Class-MultiplexSBM_fit.R'
'R6Class-SimpleSBM.R'
'R6Class-SimpleSBM_fit.R'
'RcppExports.R'
'defineSBM.R'
'estimate.R'
'fungusTreeNetwork.R'
'multipartiteEcologicalNetwork.R'
'plotAlluvial.R'
'plotMyMatrix.R'
'plotMyMultipartiteMatrix.R'
'plotMyMultiplexMatrix.R'
'sample.R'
'sbm-package.R'
'utils-pipe.R'
'utils.R'
'utils_plot.R'
'war.R'
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)