Skip to content

Releases: AnthonyRaborn/caMST

v0.1.6

27 Jun 17:32
Compare
Choose a tag to compare

v0.1.6

  • Bug fixes for CAT-based theta estimation
  • Changes to use catR theta estimations everywhere as needed vs. mstR theta estimations due to bugs with the latter
  • This was released to CRAN!

Package v0.1.3

05 Dec 15:06
Compare
Choose a tag to compare

Package v0.1.3

Bug Fixes

  • Fix the use of equality testing (e.g., `class(object)=="CLASS") in the transition_matrix_plot function.

v0.1.2

09 Oct 13:09
ae103dc
Compare
Choose a tag to compare

Package v0.1.2

Major Updates

  • Each of the major functions now produce S4 objects with similar slots
    • This results in a more standardized and predictable set of outputs for each function
  • With the S4 classes, I've added a print method that summarizes the results of the functions
  • The multistage_test function can now perform two kinds of number correct scoring, instead of the original one, and records which scoring logic was used
  • A plot function was introduced to aid in creating publication-ready diagrams showing the multistage test design (including the mixed adaptive tests)
    • This function also works with the two relevant S4 objects created in this release

Initial Public Release on CRAN

20 Sep 17:10
Compare
Choose a tag to compare

Package v0.1.0

Major Updates

  • Package first uploaded to github and CRAN.
  • Code style changed as compared to the inital iteration of the code.
  • Mixed computerized adaptive multistage testing (Mca-MST) seems to work for designs with an arbitrary number of MST stages (i.e., any number of post-routing stages).
  • Multistage testing (MST) seems to work for any arbitrary MST design AND includes an option for number correct (NC) scoring.
  • Computerized adaptive testing (CAT) seems to work; CAT function still needs to allow individuals to fine-tune the catR item selection function and stopping rules.