Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliapsychometricsbazaar/rirtwrappers.jl
This package wraps some R libraries for fitting IRT models
https://github.com/juliapsychometricsbazaar/rirtwrappers.jl
Last synced: 10 days ago
JSON representation
This package wraps some R libraries for fitting IRT models
- Host: GitHub
- URL: https://github.com/juliapsychometricsbazaar/rirtwrappers.jl
- Owner: JuliaPsychometricsBazaar
- License: mit
- Created: 2023-02-17T13:57:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T10:15:40.000Z (4 months ago)
- Last Synced: 2024-11-08T10:37:24.809Z (2 months ago)
- Language: Julia
- Homepage: https://juliapsychometricsbazaar.github.io/RIrtWrappers.jl/
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RIrtWrappers.jl
## What is it?
This package wraps some R (GPL-2/3) libraries for fitting IRT models.
The wrapped libraries are:
* [mirt](https://github.com/philchalmers/mirt) (GPL-3)
* [kernsmoothirt](https://cran.r-project.org/web/packages/KernSmoothIRT/index.html) (GPL-2)## Purpose
Using wrappers typically come with a bunch of drawbacks. The main purpose of
these wrappers is for use in demos and for contently comparing results with
Julia code, i.e., more notebook and script level code than final applications.## Licensing
This library is MIT licensed. However, using this library will typically cause
your program to link to R (via RCall.jl), which may cause your program to
become a derivative work under the GPL-2/3. Fetching and making use of the use
of the packages may additionally trigger GPL-3 for `mirt` or GPL-2 for
`kernsmoothirt`. Moreover, linking both at the same time may create a license
incompatibility between GPL-2 and GPL-3! See you in court!