This repository contains code to reproduce the simulations from the Strong Screening Rule for SLOPE paper and the data from those simulations.
The source code for the simulations, including the slurm scripts involved, can be found in the data-raw folder. This repository uses packrat, which means all the packages used in the simulations are frozen in time and stored here on this website. So to make sure you run the simulations with the correct set of packages, please clone this repo and call
packrat::on()
packrat::restore()
before running the simulations.
The easiest way to access the actual datasets generated from the simulations is to install this repository as an R package using
devtools::install_github("jolars/strong.SLOPE.simulations")
but it is also possible to access the data files directly via the data folder.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.