remulate is an R package designed to simulate dynamic temporal networks based on Relational Event Models (REM).
remulate provides a range of features to facilitate the simulation of relational event data:
The package contains code written in:
To install the package in R using devtools
:
library(devtools) install_github("TilburgNetworkGroup/remulate") #load the package library(remulate)
effects <- ~ baseline(-4) + inertia(0.01) + reciprocity(-0.04) + itp(0.01,scaling="std") remulateTie(effects, actors = 1:25, time = 20, events = 500, initial = 200)
#To view all help files in the remulate package help(package='remulate') #To view available effects for remulateTie help('remulateTieEffects') #To view available effects for remulateActor help('remulateActorEffects')
If you use this R package in your research or in any publications, please cite it as follows to help support our work:
@misc{lakdawala2024simulatingrelationaleventhistories, title={Simulating Relational Event Histories: Why and How}, author={Rumana Lakdawala and Joris Mulder and Roger Leenders}, year={2025}, eprint={2403.19329}, archivePrefix={arXiv}, primaryClass={cs.SI}, url={https://arxiv.org/abs/2403.19329}, }
Pull requests and bug reports are welcome. For major changes, please open an issue first to discuss what you would like to change.
The development of this package was supported by a Vidi Grant (452-17-006) awarded by the Netherlands Organization for Scientific Research (NWO) Grant and an ERC Starting Grant (758791).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4