https://github.com/wlandau/horseshoe
Debug fbseq under the horseshoe distribution.
https://github.com/wlandau/horseshoe
Last synced: about 1 month ago
JSON representation
Debug fbseq under the horseshoe distribution.
- Host: GitHub
- URL: https://github.com/wlandau/horseshoe
- Owner: wlandau
- Created: 2016-06-08T11:48:43.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T16:22:00.000Z (over 4 years ago)
- Last Synced: 2025-02-14T12:40:44.370Z (3 months ago)
- Language: R
- Size: 12.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo is for debugging the [`fbseq`](https://github.com/wlandau/fbseq) package when the horseshoe distribution is used in the model.
# Run the workflow
This repo uses the [`workflowHelper`](https://github.com/wlandau/workflowHelper) package, so the steps to run are as follows.
1. Run the script `workflow.R` to create a [`Makefile`](https://www.gnu.org/software/make/).
2. Optionally, configure simulation parameters with the small functions in `config.R`.
3. Run `make`. If you're on a cluster, you can do this through `job.sh`.