https://github.com/pkgw/mcmc-reporting
Best practices for reporting the results of MCMC analyses.
https://github.com/pkgw/mcmc-reporting
Last synced: over 1 year ago
JSON representation
Best practices for reporting the results of MCMC analyses.
- Host: GitHub
- URL: https://github.com/pkgw/mcmc-reporting
- Owner: pkgw
- Created: 2016-06-11T11:41:49.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-06-11T16:18:02.000Z (about 10 years ago)
- Last Synced: 2025-01-23T17:19:33.386Z (over 1 year ago)
- Language: CSS
- Size: 42 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mcmc-reporting
==============
This is the source code for the document “Recommendations for Reporting MCMC
Analyses in Academic Literature,“ which suggests how Markov Chain Monte Carlo
(MCMC) analyses should be reported in the refereed academic literature so that
others can understand what was done and reproduce it if needed.
The nicely-formatted document itself lives at
.
Contributing
------------
Contributions are welcome! Some improvements to this document are
“no-brainers” and should be directly submitted as
[GitHub pull requests](https://help.github.com/articles/using-pull-requests/).
If you would like to suggest changes to the recommendations or other
modifications that might be worth discussing, please
[open a GitHub issue](https://github.com/pkgw/mcmc-reporting/issues/new) so
that we can discuss the proposed change in public. All suggestions are welcome
— even if an idea is not ultimately adopted for the document, the debate
archived in the associated issue will be of value in the future.
The document itself is stored as a simple
[Markdown](https://en.wikipedia.org/wiki/Markdown) document called
[index.md](index.md). Markdown does not support some features that would be
useful (equation, machine-processed bibliographics) but it is easy and
portable.
**To be done**: writing up of how to, view changes on your local machine. More
on pull requests?
```
jekyll serve -w
```
If you submit a change to the document text or other aspects of the source
code, please remember to add yourself to the list of contributors in the
[index.md](index.md)! You don’t have to agree with every recommendation, and
we try to make it clear that being listed on the contributors list does not
imply that one necessarily does.