splithalfr {splithalfr}R Documentation

splithalfr: Split-Half Reliabilities

Description

Estimates split-half reliabilities for scoring algorithms of cognitive tasks and questionnaires.

Getting started

We've got six short vignettes to help you get started. You can open a vignette by running the corresponding code snippet (vignette(...)) in the R console.

Splitting methods

The splithalfr supports a variety of methods for splitting your data. We review and assess each method in the compendium paper (Pronk et al., 2021 <doi:10.3758/s13423-021-01948-3>), but based on more recent concerning findings with Monte Carlo splitting (Kahveci et al., 2025 <doi:10.3758/s13423-024-02597-y>; Pronk et al., 2023 <doi:10.3758/s13428-022-01885-6>), I now only recommend permutated splitting and not Monte Carlo splitting. This vignette illustrates how to apply each splitting method via the splithalfr: 'vignette("splitting_methods")'

Citing the splithalfr

Please cite the compendium paper (Pronk et al., 2022 <doi:10.3758/s13423-021-01948-3>]) and the software. To cite the software, type 'citation("splithalfr")' in R, or use the reference below.

Pronk, T. (2025). splithalfr: Estimates split-half reliabilities for scoring algorithms of cognitive tasks and questionnaires (Version 3.0.0) [Computer software]. <doi:10.5281/zenodo.7777894>

Validation of split-half estimations

Part of the splithalfr algorithm has been validated via a set of simulations that are not included in this package. The R script for these simulations can be found here.

Related packages

These R packages offer bootstrapped split-half reliabilities for specific scoring algorithms and are available via CRAN at the time of this writing: multicon, psych, splithalf, and rapidsplithalf.

Acknowledgments

I would like to thank Craig Hedge, Eva Schmitz, Fadie Hanna, Helle Larsen, Marilisa Boffo, and Marjolein Zee for making datasets available for inclusion in the splithalfr. Additionally, I would like to thank Craig Hedge and Benedict Williams for sharing R-scripts with scoring algorithms that were adapted for splithalfr vignettes. Finally, I would like to thank Mae Nuijs and Sera-Maren Wiechert for spotting bugs in earlier versions of this package.

Author(s)

Maintainer: Thomas Pronk pronkthomas@gmail.com

See Also

Useful links:


[Package splithalfr version 3.0.0 Index]