This repository contains the R package for SpiderLearner algorithm that performs ensemble estimation of Gaussian graphical models (GGMs, also known as partial correlation networks).
To install this package, use the devtools package along with install_github as follows:
library(devtools)
install_github("katehoffshutta/ensembleGGM")
For a quickstart guide that demonstrates how to use the package, see https://katehoffshutta.github.io/web/SpiderLearner/SpiderLearnerQuickStart.html.