Kumu n.
- Reason, cause, goal, justification, motive, grounds, purpose, object, why.
Kumu is an R package to facilitate data transformations and causal modeling. This project heavily relies on Tetrad-CMD.
Kumu has been tested on OS X and Ubuntu. For Windows and other OS users, try Virtualbox, VMware, or any other software to run virtual machines for Ubuntu.
- Clone this repo
- Open
kumu.Rproj
using RStudio - Build the documentation
devtools::document(roclets = c('rd', 'collate', 'namespace'))
. - Build Kumu (Top right pane in RStudio -> Build tab -> Install and Restart)
- Read the NEWS file.
If you are using Kumu in your research, please cite the following work:
@article{Paradis:2024,
title = {A socio-technical perspective on software vulnerabilities: A causal analysis},
journal = {Information and Software Technology},
volume = {176},
pages = {107553},
year = {2024},
issn = {0950-5849},
doi = {https://doi.org/10.1016/j.infsof.2024.107553},
url = {https://www.sciencedirect.com/science/article/pii/S0950584924001587},
author = {Carlos Paradis and Rick Kazman and Mike Konrad},
keywords = {Software vulnerabilities, Socio-technical analysis, Causal modeling}
}