What is conjunctive analysis and how to do it in R
In this workshop Asier Moneva will explain what
Conjunctive Analysis of Case Configurations (CACC) is about, and how it
can be conducted in R with the help of the cacc package.
Asier will first introduce the CACC and then perform a live
demonstration of the cacc package from RStudio.
Join this workshop meeting on Zoom by clicking this link
Asier Moneva is a postdoc at the NSCR and The Hague University of Applied Sciences with a background in criminology. He started specializing in crime analysis with R during his master’s degree and has since developed an interest in open science.
cacc R package in GitHub. The
README.md file contains a description of the package and
walks readers through some examples.Asier will use the following R packages in the workshop:
devtoolstidyverseTo install them, you can run the code below:
if (! require("devtools")) install.packages(
pkgs = "devtools",
repos = "http://cran.us.r-project.org"
)
if (! require("tidyverse")) install.packages(
pkgs = "tidyverse",
repos = "http://cran.us.r-project.org"
)
For attribution, please cite this work as
Moneva (2022, Nov. 1). NSC-R Workshops: Conjunctive analysis of case configurations. Retrieved from https://nscrweb.netlify.app/posts/2022-11-01-conjunctive-analysis/
BibTeX citation
@misc{moneva2022conjunctive,
author = {Moneva, Asier},
title = {NSC-R Workshops: Conjunctive analysis of case configurations},
url = {https://nscrweb.netlify.app/posts/2022-11-01-conjunctive-analysis/},
year = {2022}
}