Skip to content

Commit

Permalink
update readme md
Browse files Browse the repository at this point in the history
  • Loading branch information
markean committed Apr 9, 2024
1 parent c54841e commit 045994e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions retel-paper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,35 @@ instructions for replicating the results.
.
├── application/ <- 📂 Application outputs
├── code/ <- 📂 All code for reproducibility
│ ├── application/ <- 📂 Code for application in Section 5 and Table 4
│ ├── application/ <- 📂 Code for application in Section 6 and Table 4
│ ├── figures/ <- 📂 Code for figures
│ │ ├── supplement/ <- 📂 Supplement figures
│ ├── simulations/ <- 📂 Code for simulations
│ │ ├── cr/ <- 📂 Simulations in Section 4.1
│ │ ├── cr/ <- 📂 Simulations in Section 5.1
│ │ │ ├── l0/ <- 📂 Table 2 when l = 0
│ │ │ ├── l2/ <- 📂 Table 3 when l = 2
│ │ ├── kl/ <- 📂 Simulations in Section 4.2
│ │ ├── cr2/ <- 📂 Simulations in Section 5.3
│ │ ├── kl/ <- 📂 Simulations in Section 5.2
│ │ │ ├── el/ <- 📂 EL implementation
│ │ │ ├── etel/ <- 📂 ETEL implementation
│ │ │ ├── retel_f/ <- 📂 RETEL_f implementation
│ │ │ ├── retel_r/ <- 📂 RETEL_r implementation
│ │ ├── mb/ <- 📂 Simulations in Section 4.1
│ │ ├── mb/ <- 📂 Simulations in Section 5.1
│ │ │ ├── tau1/ <- 📂 Table 1 when tau_n = 1
│ │ │ ├── taulogn/ <- 📂 Table 1 when tau_n = log(n)
├── figures/ <- 📂 Figure files (PDFs and PNGs)
│ ├── supplement/ <- 📂 Supplement figures
├── renv/ <- 📂 R environment and package dependency management
├── simulations/ <- 📂 Simulation outputs
│ ├── cr/ <- 📂 Outputs in Section 4.1
│ ├── cr/ <- 📂 Outputs in Section 5.1
│ │ ├── l0/ <- 📂 Table 2 when l = 0
│ │ ├── l2/ <- 📂 Table 3 when l = 2
│ ├── kl/ <- 📂 Outputs in Section 4.2
│ ├── kl/ <- 📂 Outputs in Section 5.2
│ │ ├── el/ <- 📂 EL outputs
│ │ ├── etel/ <- 📂 ETEL outputs
│ │ ├── retel_f/ <- 📂 RETEL_f outputs
│ │ ├── retel_r/ <- 📂 RETEL_r outputs
│ ├── mb/ <- 📂 Outputs in Section 4.1
│ ├── mb/ <- 📂 Outputs in Section 5.1
│ │ ├── tau1/ <- 📂 Table 1 when tau_n = 1
│ │ ├── taulogn/ <- 📂 Table 1 when tau_n = log(n)
├── .Rprofile <- 🔧 Configuration file for R environment, including settings for renv
Expand Down

0 comments on commit 045994e

Please sign in to comment.