项目作者: dirmeier

项目描述 :
Ordinal sequential regression models in R
高级语言: Stan
项目地址: git://github.com/dirmeier/rstansequential.git
创建时间: 2020-06-01T23:01:15Z
项目社区:https://github.com/dirmeier/rstansequential

开源协议:GNU General Public License v3.0

下载


On sequential regression models

Project
Status

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. It uses
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:

  1. remotes::install_github("dirmeier/rstansequential@v0.1.0")

Author

Simon Dirmeier simon.dirmeier @ gmx.de