-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
31 lines (23 loc) · 1.3 KB
/
index.qmd
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
---
title: "netdiffuseR workshop"
author:
- George G. Vega Yon
- Anibal L. Olivera M.
- Thomas W. Valente
---
```{r setup, echo=FALSE}
knitr::opts_chunk$set(comment = "#")
```
Workshop materials can be downloaded from <https://github.com/USCCANA/netdiffuser-workshop>.
Sections:
1. [Getting started](0-getstarted.qmd) (optional)
2. [Diffusion Theory](1-theory.qmd)
3. [The netdiffuseR package](2-netdiffuser.qmd)
4. [Simulations](3-sim.qmd)
4. [New features](4-newfeatures.qmd)
5. [Reading data](5-read.qmd)
6. [Statistical inference](6-stats.qmd)
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.
__Acknowledgements__: netdiffuseR was created with the support of grant R01
CA157577 from the National Cancer Institute/National Institutes of Health.