This package implements the estimation algorithm for the Subbotin graphical model, as described in Chang and Allen (2022+).
The package can be installed by running the following commands in R:
# install.packages(devtools)
library(devtools)
devtools::install_github("DataSlingers/SubbotinGM")
This package comes with two functions:
subbotin_GMserves as the main tool for graph estimation.extreme_lassoperforms the individual neighborhood selection regressions.