Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumny/sonic
Fast and Efficient Marginal Maximum Likelihood Estimation of Item Response Models.
https://github.com/sumny/sonic
irt r
Last synced: about 24 hours ago
JSON representation
Fast and Efficient Marginal Maximum Likelihood Estimation of Item Response Models.
- Host: GitHub
- URL: https://github.com/sumny/sonic
- Owner: sumny
- Created: 2019-01-05T12:36:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T07:36:21.000Z (about 5 years ago)
- Last Synced: 2024-12-17T13:46:42.107Z (6 days ago)
- Topics: irt, r
- Language: C++
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://www.travis-ci.com/sumny/sonic.svg?token=aR8zGhmfNRJh5mrMLsKN&branch=master)](https://www.travis-ci.com/sumny/sonic)
[![CodeFactor](https://www.codefactor.io/repository/github/sumny/sonic/badge)](https://www.codefactor.io/repository/github/sumny/sonic)# sonic
Fast and Efficient Marginal Maximum Likelihood Estimation of Item Response Models.
## Install from GitHub
```r
devtools::install_github("sumny/sonic")
```## Licence
This package is free and open source software, licensed under [GPL (>= 3)](http://www.gnu.org/licenses/gpl-3.0.en.html).
This package relies on [OptimLib](https://www.kthohr.com/optimlib.html), a C++ library for numerical optimization methods which is released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).