Skip to content

cwendorf/dsitR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsitR

Dynamic Social Impact Simulator

minimal R version License: 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:

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:

source("http://raw.githubusercontent.com/cwendorf/dsitR/main/source-dsitR.R")

Usage

This package contains a set of materials to demonstrate its use:

  • Introduction: The theoretical background for simulating influence networks
  • Networks: The types of agents and neighborhoods used to represent influence networks
  • Visualization: The various graphs used to visualize the influence networks
  • Metrics: The metrics used to measure changes in influence networks
  • Sample: The basic code to analyze a simple influence network

Contact

Citation

Wendorf, C. A. (2025). dsitR: Dynamic social impact simulator [R Package]. https://github.com/cwendorf/dsitR

About

Dynamic Social Impact Simulator [R Package]

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages