-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 2.78 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: petersenlab
Type: Package
Title: A Collection of R Functions by the Petersen Lab
Version: 1.2.3
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
LazyData: true
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0