NEWS | R Documentation |
NEWS for Dire
Changes in version 2.2.0
Methods update
Functions are a bit clearer about some errors when data sets do not agree. In particular, when a PSU/stratum variable is missing and
Taylor
variance is selected it gives a plain language error.turning on
multiCore
now fits the latent regressions with multiple cores too. Previously it would only fit the covariance matrix with multiple cores.added a nearly singular model check
allow
stuDat
to have students that are not on the item data without throwing an error.optimization tries to avoid Newton's method by using the
lbfgs
package which allows for a condition on the gradient to be set. Newton's method can be very slow for large datasets.when Newton's method is used, the output is more verbose.
the C++ implementation of the Hessian has been sped up a bit.
Changes in version 2.1.1
BUG FIXES
Fixed bug in degrees of freedom replication in composite. This causes summary to fail in many cases.
Fixed version number error in this file. 2.1.0 changes had previously been named 2.0.0.
Changes in version 2.1.0
New features
Added degrees of freedom and p-values to
mml
results-
mml
should be faster now
Changes in version 2.0.0
New features
Added
drawPV
functions that draw plausible values from a normal approximation to the posterior distribution. See thedrawPVs
function help for details.the object returned by
mml
now includes an objectitemScorePoints
that shows, for each item, the expected and actually occupied score points.If items have invalid score points an error now shows the
itemScorePoints
table.
Methods update
The
mml
function used to use the bobyqa optimizer and now uses a combination of theoptim
function and then a Newton's method optimizerThe
mml
function Taylor series covariance calculation for composite results has been updated so that the correlation is calculated for all subscales simultaneously. This results in covariance matrix that is always positive definite. The old method can be used by requesting "Partial Taylor".