petersenlab

R package with functions that are widely used by the Petersen Lab

https://github.com/devpsylab/petersenlab

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.8%) to scientific vocabulary

Keywords

data-analysis data-analysis-in-r data-management psychometrics r r-package
Last synced: 6 months ago · JSON representation ·

Repository

R package with functions that are widely used by the Petersen Lab

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 24
Topics
data-analysis data-analysis-in-r data-management psychometrics r r-package
Created about 3 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

petersenlab

Number of Downloads from CRAN

R-CMD-check <!-- badges: end -->

Package Overview

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.

Installing the Package

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")

Package Functions

A list of the functions included in the package is here: https://devpsylab.github.io/petersenlab/reference/

Citing the Package

To obtain the citation for the petersenlab package, run citation("petersenlab"); the citation is:

Petersen, I. T. (2025). petersenlab: A collection of R functions by the Petersen Lab. R package version 1.2.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.2.0}, year = {2025} }

License

License: MIT

This work is licensed under The MIT License.

MIT License

Owner

  • Name: DevPsyLab
  • Login: DevPsyLab
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
title: 'petersenlab: A Collection of R Functions by the Petersen Lab'
message: >-
  If you use this software, please cite it as below.
type: software
authors:
  - given-names: Isaac T.
    family-names: Petersen
    email: isaac-t-petersen@uiowa.edu
    affiliation: University of Iowa
    orcid: "https://orcid.org/0000-0003-3072-6673"
identifiers:
  - type: doi
    value: 10.32614/CRAN.package.petersenlab
    description: This is the DOI for the codebase.
repository-code: "https://github.com/DevPsyLab/petersenlab"
url: "https://devpsylab.github.io/petersenlab/"
abstract: >-
  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.
keywords:
  - R
  - R-package
  - psychometrics
license: MIT
version: 1.2.0
date-released: '2025-02-02'

GitHub Events

Total
  • Release event: 2
  • Push event: 56
  • Pull request event: 3
  • Fork event: 1
  • Create event: 2
Last Year
  • Release event: 2
  • Push event: 56
  • Pull request event: 3
  • Fork event: 1
  • Create event: 2

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 4 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 4 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • jncaskey (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • Hmisc * imports
  • RColorBrewer * imports
  • digest * imports
  • dplyr * imports
  • ggplot2 * imports
  • grDevices * imports
  • graphics * imports
  • lavaan * imports
  • mitools * imports
  • mix * imports
  • mvtnorm * imports
  • nlme * imports
  • plyr * imports
  • psych * imports
  • reshape2 * imports
  • stats * imports
  • stringr * imports
  • utils * imports
  • viridisLite * imports
  • xtable * imports