clusso

clusso: Regularized Spatial and Spatio-Temporal Cluster Detection

View the Project on GitHub mkamenet3/clusso

clusso: Regularized Spatial and Spatio-Temporal Cluster Detection

clusso

clusso is an R package based on Regularized Spatial and Spatio-Temporal Cluster Detection (Kamenetsky, Lee, Zhu, Gangnon). clusso implements Poisson and quasi-Poisson regression with the Lasso (least absolute shrinkage and selection operator) penalty to identify a parsimonious set of disease clusters with elevated or depressed risk relative to the background rate in a study region. The number of clusters and tuning parameters are selected based on (quasi-)information criteria.

The companion website and vignettes can be found here. Vignettes use simulated data with added noise based on the breast cancer incidence data set explored in Regularized Spatial and Spatio-Temporal Cluster Detection.

Code developed by and repository maintained by M.Kamenetsky.

Please report bugs or constructive tips to issues here

The main function in this package is clusso(), which performs both spatial and spatio-temporal cluster detection using the Lasso. Cluster detection can be performed across both space and space and time. Diagnostic tools are also provided for further analysis as well as plotting functions.

Installation

clusso was built on R version 4.0.2 “Taking Off Again”

Package dependencies:

Package imports:

To download the latest version of clusso:

library("devtools")
devtools::install_github("mkamenet3/clusso")

Vignettes

  1. Introduction to clusso
  2. Mapping with clusso
  3. Using clusso with case-control data