-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.27 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
Package: MoNAn
Type: Package
Title: Mobility Network Analysis
Version: 1.1.1
Date: 2024-09-12
Authors@R: c(person("Per", "Block", role = c("cre", "aut", "cph"), email = "[email protected]",
comment = c(ORCID = "0000-0002-7583-2392")),
person("Christoph", "Stadtfeld", role = "aut", comment = c(ORCID = "0000-0002-2704-2134")),
person("Nico", "Keiser", role = "aut", comment = c(ORCID = "0009-0007-3403-278X")),
person("Marion", "Hoffman", role = "aut", comment = c(ORCID = "0000-0002-0741-7760")),
person("Jingying", "Wang", role = "aut"))
Description: Implements the method to analyse weighted mobility networks or distribution networks as outlined in:
Block, P., Stadtfeld, C., & Robins, G. (2022) <doi:10.1016/j.socnet.2021.08.003>.
The purpose of the model is to analyse the structure of mobility,
incorporating exogenous predictors pertaining to individuals and locations
known from classical mobility analyses, as well as modelling emergent mobility
patterns akin to structural patterns known from the statistical analysis of social networks.
Depends: R (>= 4.2)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: snowfall (>= 1.84-6.2), methods
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown