This is the initial release of the Hierarchical-Interoception toolkit, providing comprehensive tools for hierarchical Bayesian modeling of interoceptive psychophysics data.
- Hierarchical Psychometric Models: Complete Stan implementations for HRDT and RRST data
- Parameter Recovery Validation: Extensive validation of model parameter recovery
- Power Analysis Tools: Interactive Shiny app for power analysis exploration
- Educational Resources: Complete BRMS demo with step-by-step workflow
- Stan Models: Population fitting, power analysis, and parameter recovery models
- Analysis Scripts: Complete analysis pipeline from data preparation to visualization
- Shiny App: Interactive power analysis explorer with three main panels
- BRMS Demo: Educational R Markdown with complete workflow example
- Raw Data: HRDT and RRST datasets for analysis and validation
- Clone the repository
- Run
source(here::here("setup.R"))to install dependencies (see below) - Follow the BRMS demo for basic usage
- Use the Shiny app for power analysis exploration
- R (>= 4.0.0)
- Stan/CmdStan via cmdstanr
- brms, tidyverse, posterior, bayesplot, tidybayes
- shiny, flextable, here, loo, pracma, furrr
If you use this software in your research, please cite:
Courtin, A.S., Fischer Ehmsen, J., Banellis, L., Fardo, F., & Allen, M. (2025).
Hierarchical Bayesian Modelling of Interoceptive Psychophysics.
bioRxiv. https://doi.org/10.1101/2025.08.27.672360
- v1.0.0: Planned after peer review acceptance
- v0.9.1+: Bug fixes and minor improvements before v1.0.0
For questions or issues, please:
- Check the README.md for usage instructions
- Open an issue on the GitHub repository
- Contact the authors directly
This software is released under the MIT License. See LICENSE file for details.