What is conjunctive analysis and how to do it in R?
modeling
Author
Asier Moneva
Published
November 1, 2022
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.
Materials
A link to the development version of the cacc R package in GitHub. The README.md file contains a description of the package and walks readers through some examples.
[Placeholder for the slides from Asier’s workshop presentation]
Asier will use the following R packages in the workshop:
devtools
tidyverse
To install them, you can run the code below:
if (!require("devtools")) install.packages(pkgs ="devtools",repos ="http://cran.us.r-project.org")
Warning: package 'usethis' was built under R version 4.1.3
if (!require("tidyverse")) install.packages(pkgs ="tidyverse",repos ="http://cran.us.r-project.org")
Warning: package 'tidyverse' was built under R version 4.1.3
Warning: package 'ggplot2' was built under R version 4.1.3
Warning: package 'tibble' was built under R version 4.1.3
Warning: package 'tidyr' was built under R version 4.1.3
Warning: package 'readr' was built under R version 4.1.3
Warning: package 'dplyr' was built under R version 4.1.3
Warning: package 'stringr' was built under R version 4.1.3
Citation
For attribution, please cite this work as (Moneva 2022)
References
Moneva, A., A. 2022. “NSC-RWorkshops: Conjunctive Analysis of Case Configurations,” November.