Recent Releases of splithalfr

splithalfr - v3.0.0

Changelog

Major code Changes

  • For bootstrapping confidence intervals, bcaboot was replaced by the boot package. Bootstrapping is still slow, but boot performs substantially faster single-core and supports parallel processing.
  • The function split_ci does not have a default value for fn_coef anymore and now returns an object of class boot

Documentation

  • Updated bootstrap-related reference documentation and vignettes
  • Updated the RAPI vignette to use the Flanagan-Rulon coefficient
  • Added new split-half reliability research and updated splitting methods recommendations accordingly
  • Made various small documentation improvements.

- R
Published by tpronk 10 months ago

splithalfr - v2.2.2

This release has no features nor bug-fixes; it only contains changes to have splithalfr be complatible with newer versions of R and modern software citation practices: * Fixed. The citation files now refer to a Zenodo DOI instead of the GitHub repo. * Fixed. The inst/CITATION file now uses the bibentry API. * Fixed. Added a "_PACKAGE sentinel" to the package documentation. See https://github.com/r-lib/roxygen2/issues/1491 * Removed. Removed a bunch of dead links in the documentation.

- R
Published by tpronk over 2 years ago

splithalfr - v2.2.1

This is only for obtaining a "Concept DOI" via Zenodo. See the actual v2.2.0 release.

- R
Published by tpronk almost 3 years ago

splithalfr - v2.2.0

This release is dedicated to Marlyn Meltzer; one of the first computer programmers in existence.

Changes in version 2.2.0: * New feature. When making permutated splits (method = "random", replace = FALSE), splitp values above 0.5 yield an unbalanced split. In this unbalanced split, score1 is calculated from splitp% of the trials and score2 from (1 - splitp)%. See this test. * Documentation update. Fixed a bug in the calls to `splitci` in the vignettes (thnx go out to Maren Sera) and aligned terminology with the compendium paper.

- R
Published by tpronk over 4 years ago

splithalfr - v2.1.1

This release is dedicated to Frances Spence.

Version 2.1.1 consists of some small documentation updates, such as links to the published version of the compendium paper (Pronk et al., 2021) instead of the preprint.

- R
Published by tpronk over 4 years ago

splithalfr - v2.1.0

This release is dedicated to Gladys Perkins * Added the option to subsample participants before splitting via subsample_n argument to by_split. * Updated terminology in documentation to match compendium paper * It's available via CRAN or as R source package

- R
Published by tpronk almost 5 years ago