Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hengtsechou/soa-two-plus-ab-ba
R codes to search optimal alpha-beta and beta-alpha designs for SOA 2+
https://github.com/hengtsechou/soa-two-plus-ab-ba
Last synced: 8 days ago
JSON representation
R codes to search optimal alpha-beta and beta-alpha designs for SOA 2+
- Host: GitHub
- URL: https://github.com/hengtsechou/soa-two-plus-ab-ba
- Owner: hengtseChou
- License: gpl-3.0
- Created: 2024-12-24T09:06:11.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-12-24T09:41:54.000Z (12 days ago)
- Last Synced: 2024-12-24T11:09:07.746Z (12 days ago)
- Language: R
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Optimal alpha-beta and beta-alpha designs for SOA 2+
This repo contains the search results and the necessay data/ code to reproduce them.
For search results, the recommanded way to run them is to execute these R codes in a terminal with `Rscript`:
```
# 16 runs
cd '16 runs'
Rscript 16runs_data_prep.R
Rscript 16runs_search.R# 32 runs
cd '32 runs'
Rscript 32runs_data_prep.R
Rscript 32runs_search.R# 81 runs
cd '81 runs'
Rscript 81runs_data_prep.R
Rscript 81runs_search.R
```As for `greedy_experiments.R`, one may run it in RStudio to get the resulting plots.