catIrt 0.5.1
- Renamed package to remove “An R Package for” given redundancies and
added some references.
- Added function exports from base R packages, and fixed C code
boilerplate.
- Removed the implicit rounding in the estimation functions.
- Changed the NEWS.Rdfile toNEWS.mdfile
to be more consistent with current style preferences.
catIrt 0.5-0
- Wrote all of the probability and derivatives of probability
functions in C for speed and code clarity.
- Wrote a quick integration function (that takes function arguments)
to calculate Sympson’s rule and a quick integration function (that takes
vector arguments) to calculate the trapezoidal rule. The former is now
implemented in eapEst, and the latter is implemented to
calculate weighted Fisher and KL information foritChoose.
- Changed simIrtto calculate probabilities in C before
simulating responses (rather than calculating probabilities and
simulating responses at the same time). This change can result in a
slightly different matrix of responses to items due to the alteration of
simulation order.
- Changed FIandKLfunctions so that item
information would be presented in a person by item dimension matrix
rather than an item by person dimension matrix.
- Fixed a bug in catIrt, so that if in
non-interactive/batch mode, the CAT would not automatically set “n.max”
tonrow(params).
- Fixed a bug in print.catIrt,so that it would display
the correct precision-based stopping rule.
catIrt 0.4-3
- Fixed a bug in wleEst, so that the interval would
naturally extend if the first derivative of the log-likelihood evaluated
to the same sign.
catIrt 0.4-2
- Fixed manual links to be consistent with updates to the
catRpackage, namely the deletion of thecreateItemBankfunction.
- Fixed another bug in WFI(weighted Fisher information),
so that it would not error if only 0-1 items had been taken in the
CAT.
catIrt 0.4-1
- Added NEWS.Rd to be compatible with R’s news function.
- Made sure that a new line would appear if progress = TRUE.
- Fixed a bug in WFI(weighted Fisher information), so
that it would not error if only 0-1 items had been taken in the
CAT.
catIrt 0.4-0
- Added “it.range” argument to the
catStart/catMiddlelist and to theitChoosefunction to restrict the difficulty parameters (in
a binary response model) to be within a particular range.
- Changed some code to be neater, cleaner, etc.
- Fixed a bug in catIrt, so that lettingcatStart$n.selectorcatMiddle$n.selectbe
anything other than 1 would actually select between the top “n.select”
items.
- Fixed a bug in simIrtso that the parameters did not
need to have column names for the function to correctly work.
- Fixed a bug in termGLR, so that the stopping rule would
use the “range” sub-argument ofcatMiddlerather than the
depricated “int” sub-argument to calculate the likelihoods.
- Fixed a bug in termCI, so that the stopping rule would
only consider the last value of SEM when forming a confidence
interval.
- Fixed a small bug in print.summary.catIrt, so that the
function would check the “n.start” argument ofcatStart(rather than the “n.it” argument) to determine how many starting items
that the CAT administered.
- Fixed several bugs in catMiddle, so that the CAT would
choose the starting scoring method if the MLE wasn’t achieved (andcatMiddle$select = "MLE"), and wouldn’t error if the
starting scoring method was “step”.
- Fixed a bug whereby the catIrtfunction was not
adequately determining if the first vector of item parameters was the
item number. Now, the item number can ONLY be attached if the parameters
are outputted from acatIrtfunction.
catIrt 0.3-0
- Added more termination criteria, including when the Fisher
Information exceeds a particular threshold or when either the Fisher
Information or SEM change less than a particular amount. Note that the
original “v.term” argument is now obsolete and replaced with “p.term”
and “i.term” arguments.
- Added WFI(Weighted Fisher Information) function (not
exported) and added two item selection criteria (Posterior WFI and
Likelihood WFI) which both use theWFIfunction.
- Added IKL(Integrated KL Divergence) function (not
exported) and added two item selection criteria (Fixed Integral KL and
Variable Integral KL) which both use theIKLfunction.
- Changed the arguments to itChooseand exported the
function so that anybody can useitChoosein his/her own
CAT algorithm.
- Changed simIrtto return params with the item numbers
cbind-ed onto the front of them, which is required for theitChoosefunction.
- The “var” option of catTerm$termno longer exists and
is replaced with “precision” and “info”.
- Changed catMiddle$inttocatMiddle$rangeto reduce confusion.
- Changed the argument CI to “conf.lev” in plot.catIrtso
thatcatIrtandplot.catIrthave consistent
names for confidence intervals.
- Changed thetas in catIrt and simIrt to theta to keep consistency
with other functions.
- Changed catStart$init.thettocatStar$init.thetato reduce confusion.
- Plotting the individual CAT progression is more customizable.
- The bank info functions/SEM functions are no longer able to be
customized to prevent plotting conflicts.
- Exported [.modand[<-.modfunctions
outside of thecatIrtfunction, where mod is any of the IRT
models.
- Changed a lot of the manual entries for clarity and consistency, and
added a manual entry for the itChoosefunction.
- Fixed the SEM for WLE/BME/EAP estimation to be appropriate for the
particular estimation methods, and added numDeriv as a required package
for BME variance estimation.
catIrt 0.3-0
- The format of the catIrtinput function was rewritten a
bit.
- Rather than putting everything as arguments into
catSim, modules (startCat,middleCat,termCat) were created so that the
package can be easily updated in the future.
- A Sympson-Hetter addendum to the catIrtfunction was
added, in the hope of eventually writting a Sympson-Hetter
function.
- The simple version of the GLR stopping rule was added for
classification CAT rather than just the original SPRT method.
- The confidence interval stopping rule was added for classification
CAT.
- The call was deleted to the output of catIrt because the process of
updating the function is too tedious to make it worth while.
- Added an option for theta estimation from the full bank of items. If
EAP was selected and failed to estimate theta (due to underflow),
full-test estimation proceeds using the BME method.
catIrt 0.1-1
- Most of the functions were completely rewritten for speed.
- summary.catIrtand- plot.catIrtwere
rewritten, and print commands were added.
- summary.catIrtand- print.catIrtnow can
display each simulees CAT progression.
- S3 method FIwas added to make the code clearer.
- S3 classes “brm” and “grm” were added, and class “cat” was changed
to class “catIrt.”
- The argument “int” was added to catIrt, and a tiny bit
of code was rewritten so that cat.thet estimates could not exceed int on
either side.
- The call was added to the output of catIrtso that the
update command would work.
- The eapSEcommand was added, and nowcatIrtgives the posterior standard deviation if score =
“EAP”.