dart_irt 0.0.1
dart_irt: ^0.0.1 copied to clipboard
A pure Dart library for Item Response Theory (IRT). Implements Rasch (1PL), 2PL, 3PL dichotomous models, polytomous RSM/PCM, EM/MML estimation, CAT helpers, DIF analysis, person estimators (EAP, MLE, [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dart_irtWith Flutter:
$ flutter pub add dart_irtThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dart_irt: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.