Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dirmeier/rstansequential
Ordinal sequential regression models in R
https://github.com/dirmeier/rstansequential
ordinal-regression r sequential-regression stan
Last synced: 1 day ago
JSON representation
Ordinal sequential regression models in R
- Host: GitHub
- URL: https://github.com/dirmeier/rstansequential
- Owner: dirmeier
- License: gpl-3.0
- Created: 2020-06-01T23:01:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T15:11:28.000Z (over 4 years ago)
- Last Synced: 2024-11-16T13:42:00.046Z (2 months ago)
- Topics: ordinal-regression, r, sequential-regression, stan
- Language: Stan
- Homepage: https://dirmeier.github.io/rstansequential/index.html
- Size: 1.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# On sequential regression models
[![Project
Status](http://www.repostatus.org/badges/latest/concept.svg)](http://www.repostatus.org/#concept)> A case study on sequential regression models using Stan
## About
This repository implements a case study on sequential regression models. Sequential models
are a special type of ordinal regression models, but additionally assume that the different categories can only be reached
sequentially, i.e., one after another. Arguably this should make them often more appropriate to use for some biological and medical applications than
conventional ordinal models where such a sequential response mechanism can be assumed.You can find the case study [here](https://dirmeier.github.io/rstansequential/index.html). It uses
[rstan](https://github.com/stan-dev/rstan) for data analysis.## Acknowledgements
Thanks to Jana Linnik for introducing me to sequential regression models and for making me aware that many biological data sets can be more appropriately modelled
using a sequential response mechanism.## Installation
The relevant code that is used in this case study is implemented as an R-package. You can install it using the latest GitHub
[release](https://github.com/dirmeier/rstansequential/releases/):```r
remotes::install_github("dirmeier/[email protected]")
```## Author
Simon Dirmeier simon.dirmeier @ gmx.de