The examples can be found on the personal website of Lukas Novak
The Psychological toolbox repository (psychtoolbox) was developed to facilitate reproducible research in psychological science. This package is focused on quantitative research methods and contains number of functions currently covering socio-demography testing, factor analysis, and measurement invariance. Any suggestions regarding new functions or editing of existing once in order to increase their efficiency are very welcomed. For more examples, about how this package can be used in real studies, see Open Science Framework.
If you don’t have devtools installed, you can install it using:
if(!"devtools" %in% rownames(installed.packages())) install.packages('devtools')
Install the stable version from GitLab:
devtools::install_gitlab('lukas.novak/psychtoolbox')
Install the development version from GitLab:
devtools::install_gitlab('lukas.novak/psychtoolbox@devel')
The package documentation can be found here.
Novak, L. (2021). psychtoolbox: tools for psychology and psychometrics. R package version 0.0.1. https://gitlab.com/lukas.novak/psychtoolbox