petersenlab
The petersenlab
package contains a collection
R
functions that are widely used by the Petersen Lab (the
Developmental
Psychopathology Lab at the University of Iowa). Included are
functions for various purposes, including evaluating the accuracy of
judgments and predictions, performing scoring of assessments, generating
correlation matrices, conversion of data between various types, data
management, psychometric evaluation, extensions related to latent
variable modeling, various plotting capabilities, and other
miscellaneous useful functions. By making the package available, we hope
to make our methods reproducible and replicable by others and to help
others perform their data processing and analysis methods more easily
and efficiently. The package website is here:
https://devpsylab.github.io/petersenlab/. The source code for the
package is here: https://github.com/DevPsyLab/petersenlab.
To install the latest stable release from CRAN
, run the
following in R
:
install.packages("petersenlab")
To install the latest development version from GitHub
,
run the following in R
:
install.packages("remotes")
remotes::install_github("DevPsyLab/petersenlab")
A list of the functions included in the package is here: https://devpsylab.github.io/petersenlab/reference/
To obtain the citation for the petersenlab
package, run
citation("petersenlab")
; the citation is:
Petersen, I. T. (2024). petersenlab: A collection of R functions by the Petersen Lab. R package version 1.1.0. https://github.com/DevPsyLab/petersenlab, https://doi.org/10.32614/CRAN.package.petersenlab
A BibTeX
entry for LaTeX
users is:
@software{petersenlab,
author = {Isaac T. Petersen},
title = {{petersenlab}: A collection of {R} functions by the {Petersen Lab}},
url = {https://github.com/DevPsyLab/petersenlab},
doi = {10.32614/CRAN.package.petersenlab},
version = {1.1.0},
year = {2024}
}
This work is licensed under The MIT License.