-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
34 lines (23 loc) · 1.92 KB
/
index.qmd
File metadata and controls
34 lines (23 loc) · 1.92 KB
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
---
---
```{r setup, echo=FALSE}
knitr::opts_chunk$set(comment = "#")
```
**Welcome to the netdiffuseR @ Sunbelt 2025 workshop!** This workshop will introduce you to the [netdiffuseR package](https://github.com/USCCANA/netdiffuseR){target="_blank"}, which we have been developing since 2015. Workshop materials can be downloaded from <https://github.com/USCCANA/netdiffuser-workshop>. <img src="https://raw.githubusercontent.com/USCCANA/netdiffuseR/refs/heads/master/man/figures/netdiffuser-logo.png" style="max-width:300px;width:50%;" align="right">
Sections:
1. [Diffusion Theory](1-theory.qmd)
2. [Reading data](2-read.qmd)
3. [Visualization](3-visualization.qmd)
4. [Statistical inference](4-stats.qmd)
5. [Simulations pt.1](5-sim.qmd)
6. [Simulations pt.2](6-multi-and-dis.qmd)
In [Misc](0-getstarted.qmd) section, you can find
1. a *Quick n’ Dirty Introduction to R*,
2. a brief introduction to netdiffuseR package, and
3. an example of a classical diffusion analysis.
Also, You can also see older versions of this workshop at <https://github.com/USCCANA/netdiffuser-workshop/tags>.
From the 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.
The netdiffuseR project repository can be found at <https://github.com/USCCANA/netdiffuseR>.
__Acknowledgements__: netdiffuseR was created with the support of grant R01
CA157577 from the National Cancer Institute/National Institutes of Health.