-| [`simulation`](./%20%20%20%20simulation) | It contains all `R` scripts required to run the simulation study. <br> • `01_simulation.R`: simulate models, generate data, and run the algorithms. <br> • `02_simulation_results.R`: evaluate performance of algorithms and create figures. <br> • `03_sensitivity_analysis1.R`: run the secondary simulation with randomly sampled coefficients for the regression matrix $\mathbf{B}$. <br> • `04_sensitivity_analysis2.R`: conduct the secondary simulation by randomly sampling coefficients with *positive* values for the regression matrix $\mathbf{B}$. <br> • `05_sensitivity_analysis3.R`: run secondary analysis with varying $\alpha$ levels. <br> • `06_extra_analysis.R`: investigate the unexpected patterns in the *5-variable dense* conditions from the main simulation study.<br> • `data`: output objects from all simulations are stored as `Rdata` files due to considerable processing time involved. |
0 commit comments