-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
93 lines (93 loc) · 2.67 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Package: netdiffuseR
Title: Analysis of Diffusion and Contagion Processes on Networks
Version: 1.22.7
Authors@R: c(
person("George", "Vega Yon", email="g.vegayon@gmail.com", role=c("aut", "cre"),
comment=c(ORCID = "0000-0002-3171-0844", what="Rewrite functions with Rcpp, plus new features")
),
person("Thomas", "Valente", email="tvalente@usc.edu", role=c("aut", "cph"),
comment=c(ORCID="0000-0002-8824-5816", what="R original code")),
person("Anibal", "Olivera Morales", role = c("aut", "ctb"),
comment=c(ORCID="0009-0000-3736-7939", what="Multi-diffusion version")),
person("Stephanie", "Dyal", email="stepharp@usc.edu", role=c("ctb"), comment="Package's first version"),
person("Timothy", "Hayes", email="timothybhayes@gmail.com", role=c("ctb"), comment="Package's first version")
)
Description: Empirical statistical analysis, visualization and simulation of
diffusion and contagion processes on networks. The package implements algorithms
for calculating network diffusion statistics such as transmission rate, hazard
rates, exposure models, network threshold levels, infectiousness (contagion),
and susceptibility. The package is inspired by work published in Valente,
et al., (2015) <DOI:10.1016/j.socscimed.2015.10.001>; Valente (1995) <ISBN:
9781881303213>, Myers (2000) <DOI:10.1086/303110>, Iyengar and others (2011)
<DOI:10.1287/mksc.1100.0566>, Burt (1987) <DOI:10.1086/228667>; among others.
Depends:
R (>= 3.1.1)
License: MIT + file LICENSE
LazyData: true
Imports:
Rcpp (>= 0.12.1),
sna,
network,
networkDynamic,
Matrix,
MASS,
MatchIt,
SparseM,
methods,
grDevices,
graphics,
stats,
utils,
boot,
igraph,
viridisLite
Suggests:
covr,
testthat,
knitr,
rmarkdown,
ape,
RSiena,
survival
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.3
Encoding: UTF-8
URL: https://github.com/USCCANA/netdiffuseR,
https://USCCANA.github.io/netdiffuseR/
BugReports: https://github.com/USCCANA/netdiffuseR/issues
Classification/MSC: 90C35, 90B18, 91D30
Collate:
'RcppExports.R'
'imports.r'
'graph_data.r'
'adjmat.r'
'bass.r'
'bootnet.r'
'data.r'
'diffnet-c.R'
'diffnet-class.r'
'diffnet-indexing.r'
'diffnet-methods.r'
'egonets.R'
'formula.r'
'igraph.r'
'infect_suscept.r'
'mentor.r'
'misc.r'
'moran.r'
'netmatch.r'
'network.r'
'options.R'
'package-doc.r'
'plot_diffnet2.r'
'rewire.r'
'random_graph.R'
'rdiffnet.r'
'read_write_foreign.r'
'select_egoalter.R'
'spatial.R'
'stats.R'
'struct_equiv.R'
'struct_test.R'
'survey_to_diffnet.R'