Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danheck/gpt
R Package for Generalized Processing Tree Models
https://github.com/danheck/gpt
Last synced: 27 days ago
JSON representation
R Package for Generalized Processing Tree Models
- Host: GitHub
- URL: https://github.com/danheck/gpt
- Owner: danheck
- Created: 2018-02-26T16:41:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T11:14:18.000Z (9 months ago)
- Last Synced: 2024-01-29T13:47:06.178Z (9 months ago)
- Language: R
- Size: 131 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gpt
=====`gpt` is an R package to fit generalized processing tree models in R.
### Installation
The package is not yet available on CRAN. To get the latest developer version
from GitHub, `gpt` can be installed via:```
# install.packages("numDeriv", "methods", "matrixStats", "statmod")
# install.packages("devtools")devtools::install_github("danheck/gpt")
```### Reference
If you use `gpt`, please cite the package as:
* Heck, D. W., Erdfelder, E., & Kieslich, P. J. (2018).
Generalized processing tree models: Jointly modeling discrete and continuous variables.
*Psychometrika, 83*, 893–918. https://doi.org/10.1007/s11336-018-9622-0