Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #19

Merged
merged 3 commits into from
Dec 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# `networkDynamic`: Dynamic Extensions for Network Objects

[![R build status](https://github.com/statnet/networkDynamic/workflows/R-CMD-check/badge.svg)](https://github.com/statnet/networkDynamic/actions)

[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/networkDynamic?color=2ED968)](https://cranlogs.r-pkg.org/)
[![cran version](https://www.r-pkg.org/badges/version/networkDynamic)](https://cran.r-project.org/package=networkDynamic)

Expand All @@ -13,9 +14,29 @@ This package is a part of the [Statnet](https://statnet.org) suite of packages f
* [`ergmgp`](https://github.com/statnet/ergmgp) Modeling continuous time graph processes with ERGM equilibria
* [`EpiModel`](https://www.epimodel.org/) Epidemic modeling on dynamic networks

Self-guided training materials can be found on the [statnet workshop page](https://statnet.org/workshops/) -- in particular the [Statnet workshop on `ndtv`](https://statnet.org/workshop-ndtv/) and the [statnet workshop on `tergm`](https://statnet.org/workshop-tergm/). For `EpiModel` please see the [EpiModel organization site](https://www.epimodel.org/)
## Docs and Examples

`networkDynamic` [package vignette](https://cran.r-project.org/web/packages/networkDynamic/vignettes/networkDynamic.pdf)

Tutorials on using `networkDynamic` in data analysis workflows include the Statnet workshops [Temporal network tools in statnet: networkDynamic, ndtv and tsna](https://statnet.org/workshop-ndtv/ndtv_workshop.html) [Temporal Exponential Random Graph Models (TERGMs) for dynamic networks](https://statnet.org/workshop-tergm/)

Self-guided training materials for all of the Statnet packages can be found on the [statnet workshop page](https://statnet.org/workshops/) . For `EpiModel` please see the [EpiModel organization site](https://www.epimodel.org/)



## Citation and License

This software is distributed under the GPL-3 license. It is free, open source, and has the attribution requirements (GPL Section 7) at
http://statnet.org/attribution

To cite the package ‘networkDynamic’ in publications use:

Butts C, Leslie-Cook A, Krivitsky P, Bender-deMoll S
(2023). _networkDynamic: Dynamic Extensions for Network Objects_. R package version 0.11.3,
<https://CRAN.R-project.org/package=networkDynamic>

This work was supported by grant R01HD68395 from the National Institute of Health.


## Code of Conduct

Expand Down
Loading