Releases: talbano/equate
Releases · talbano/equate
equate 2.0.8 on CRAN
This is a release of the R package equate version 2.0.8, submitted to CRAN on 2022-06-07. See cran.r-project.org/web/packages/equate/.
This release is mostly to catch up on some build notes that have accumulated since the last release, having to do with construction of the help files.
The vignette (PDF, formerly Sweave based on JSS article) has been converted to R markdown (HTML).
New version to CRAN
equate 2.0-5
This is a release of the R package equate version 2.0-5, submitted to CRAN on 2016-10-20. See cran.r-project.org/web/packages/equate/.
News
- Support for linear equating in a single-group design with counterbalancing.
- Analytic standard errors added for linear equating under single-group counterbalanced and equivalent-groups designs, and chained, Tucker, and Levine methods with nonequivalent-groups.
- Analytic standard errors added for equipercentile equating under equivalent-groups design.
- Fix bug in equipercentile equating for scores with zero frequencies.
- Missing bracket fixed in loglinear function.
- Vignette updated to match recent JSS publication.
New version released to CRAN
equate 2.0-4
This is a release of the R equate package version 2.0-4, submitted to CRAN on 2016-4-26. See cran.r-project.org/web/packages/equate/.
News
- Support for equating scales that have inconsistent score increments.
summary
methods forequate
andbootstrap
objects fixed to support partial output, for example, only standard errors.- The equating design can be specified when creating a frequency table object. See the
design
argument in thefreqtab
functions. - Another bug in
summary
method forequate
objects fixed. An error was returned for anything but equipercentile functions. - Support added for automatic selection of best fitting model in loglinear presmoothing function. See the
choose
argument inpresmoothing
andloglinear
. - Small tweaks and improvements to help files.
- Development version of package now available at github.com/talbano/equate.
- Package is now built using RStudio and roxygen2.