Package: ata 1.1.1
ata: Automated Test Assembly
Provides a collection of psychometric methods to process item metadata and use target assessment and measurement blueprint constraints to assemble a test form. Currently two automatic test assembly (ata) approaches are enabled. For example, the weighted (positive) deviations method, wdm(), proposed by Swanson and Stocking (1993) <doi:10.1177/014662169301700205> was implemented in its full specification allowing for both item selection as well as test form refinement. The linear constraint programming approach, atalp(), uses the linear equation solver by Berkelaar et. al (2014) <http://lpsolve.sourceforge.net/5.5/> to enable a variety of approaches to select items.
Authors:
ata_1.1.1.tar.gz
ata_1.1.1.zip(r-4.5)ata_1.1.1.zip(r-4.4)ata_1.1.1.zip(r-4.3)
ata_1.1.1.tgz(r-4.4-any)ata_1.1.1.tgz(r-4.3-any)
ata_1.1.1.tar.gz(r-4.5-noble)ata_1.1.1.tar.gz(r-4.4-noble)
ata_1.1.1.tgz(r-4.4-emscripten)ata_1.1.1.tgz(r-4.3-emscripten)
ata.pdf |ata.html✨
ata/json (API)
NEWS
# Install 'ata' in R: |
install.packages('ata', repos = c('https://chajewski.r-universe.dev', 'https://cloud.r-project.org')) |
- metadata_example - ATA Package Example Item Metadata
- metadata_large_example - ATA Package Large Example Item Metadata
- metadata_withreplic_example - ATA Package Example Item Metadata with Item Replications
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:b7174e3796. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 19 2024 |
R-4.5-win | OK | Nov 19 2024 |
R-4.5-linux | OK | Nov 19 2024 |
R-4.4-win | OK | Nov 19 2024 |
R-4.4-mac | OK | Nov 19 2024 |
R-4.3-win | OK | Nov 19 2024 |
R-4.3-mac | OK | Nov 19 2024 |
Exports:atalpmakeconstobjwdm
Dependencies:lpSolve
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Automated Test Assembly via Linear Constrained Programming | atalp |
User-guided Function to Create a Constraints Input for ATA Form Creation | makeconstobj |
ATA Package Example Item Metadata | metadata_example |
ATA Package Large Example Item Metadata | metadata_large_example |
ATA Package Example Item Metadata with Item Replications | metadata_withreplic_example |
Generic Plot Function for Class 'ata' | plot plot.ata |
Generic Summary Function for Class 'ata' | summary summary.ata |
Automated Test Assembly via Weighted (positive) Deviations Method | wdm |