https://github.com/cwendorf/dsitr
Dynamic Social Impact Simulator [R Package]
https://github.com/cwendorf/dsitr
computer-simulation r r-package social-psychology
Last synced: about 1 month ago
JSON representation
Dynamic Social Impact Simulator [R Package]
- Host: GitHub
- URL: https://github.com/cwendorf/dsitr
- Owner: cwendorf
- License: mit
- Created: 2025-08-18T11:31:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-05T01:02:14.000Z (about 1 month ago)
- Last Synced: 2026-02-05T13:35:18.524Z (about 1 month ago)
- Topics: computer-simulation, r, r-package, social-psychology
- Language: R
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `dsitR`
## Dynamic Social Impact Simulator
[](https://cran.r-project.org/)
[](https://opensource.org/licenses/MIT)
### Overview
`dsitR` is an R package for simulating Dynamic Social Impact Theory (DSIT). It models agents with multi-dimensional opinions who influence each other through customizable neighborhoods. The package includes modular tools for simulation, metrics, and visualization of cultural dynamics over time.
### Installation
This R package is not currently on CRAN, but the latest version can be installed and loaded using these R commands:
``` r
if (!require(remotes)) install.packages("remotes")
remotes::install_github("cwendorf/dsitrR")
library(dsitR)
```
If you do not wish a full install, the latest functions can be made available using this R command:
``` r
source("http://raw.githubusercontent.com/cwendorf/dsitR/main/source-dsitR.R")
```
### Usage
This package contains a set of documents to explain and demonstrate its use:
- [Background](./docs/Background.md) - The theoretical background for simulating influence networks
- [Networks](./docs/Networks.md) - The types of agents and neighborhoods used to represent influence networks
- [Visualization](./docs/Visualization.md) - The various graphs used to visualize the influence networks
- [Metrics](./docs/Metrics.md) - The metrics used to measure changes in influence networks
- [Sample](./docs/Sample.md) - The basic code to analyze a simple influence network
### Contact Me
- GitHub Issues: [https://github.com/cwendorf/dsitR/issues](https://github.com/cwendorf/dsitR/issues)
- Author Email: [cwendorf@uwsp.edu](mailto:cwendorf@uwsp.edu)
- Author Homepage: [https://github.com/cwendorf](https://github.com/cwendorf)
### Citation
Wendorf, C. A. (2025). *dsitR: Dynamic social impact simulator* [R Package]. [https://github.com/cwendorf/dsitR](https://github.com/cwendorf/dsitR)