Package: petersenlab
Type: Package
Title: A Collection of R Functions by the Petersen Lab
Version: 1.2.0
Authors@R: c(
    person("Isaac T.", "Petersen",
           email = "isaac-t-petersen@uiowa.edu",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3072-6673")),
    person("Developmental Psychopathology Lab at the University of Iowa",
           role = c("ctb")),
    person("Angela D.", "Staples",
           email = "astaples@emich.edu",
           role = c("ctb"),
           comment = c(ORCID = "0000-0002-7678-5794")),
    person("Johanna", "Caskey",
           email = "johanna-caskey@uiowa.edu",
           role = c("ctb"),
           comment = c(ORCID = "0009-0001-8227-6603")),
    person("Philipp", "Doebler",
           email = "doebler@statistik.tu-dortmund.de",
           role = c("ctb"),
           comment = c(ORCID = "0000-0002-2946-8526")),
    person("Loreen", "Sabel",
           email = "loreen.sabel@tu-dortmund.de",
           role = c("ctb"),
           comment = c(ORCID = "0000-0002-9832-8842"))       
  )
Maintainer: Isaac T. Petersen <isaac-t-petersen@uiowa.edu>
Depends: R (>= 4.1.0)
Imports: stats, graphics, utils, nlme, Hmisc, digest, dplyr, ggplot2,
        lavaan, mitools, mix, mvtnorm, psych, stringr, xtable,
        grDevices, plyr, reshape2, RColorBrewer, viridisLite,
        tidyselect, scales, purrr, lme4
Suggests: testthat (>= 3.0.0), waldo, withr
Description: A collection of R functions that are widely used by the Petersen
    Lab. 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
    codebase is provided in Petersen (2025) <doi:10.5281/zenodo.7602890> and on
    'CRAN': <doi: 10.32614/CRAN.package.petersenlab>. The package is described
    in "Principles of Psychological Assessment: With Applied Examples in R"
    (Petersen, 2024, 2025a) <doi:10.1201/9781003357421>,
    <doi:10.25820/work.007199>, <doi:10.5281/zenodo.6466589> and in "Fantasy
    Football Analytics: Statistics, Prediction, and Empiricism Using R"
    (Petersen, 2025b).
URL: https://github.com/DevPsyLab/petersenlab,
        https://devpsylab.github.io/petersenlab/
BugReports: https://github.com/DevPsyLab/petersenlab/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-08-18 12:10:06 UTC; Isaac
Author: Isaac T. Petersen [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-3072-6673>),
  Developmental Psychopathology Lab at the University of Iowa [ctb],
  Angela D. Staples [ctb] (ORCID:
    <https://orcid.org/0000-0002-7678-5794>),
  Johanna Caskey [ctb] (ORCID: <https://orcid.org/0009-0001-8227-6603>),
  Philipp Doebler [ctb] (ORCID: <https://orcid.org/0000-0002-2946-8526>),
  Loreen Sabel [ctb] (ORCID: <https://orcid.org/0000-0002-9832-8842>)
Repository: CRAN
Date/Publication: 2025-08-18 12:50:02 UTC
Built: R 4.5.1; ; 2025-10-21 14:09:41 UTC; windows
