Science Score: 13.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.6%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ryentes
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 1.78 MB
Statistics
  • Stars: 27
  • Watchers: 6
  • Forks: 8
  • Open Issues: 8
  • Releases: 3
Created about 11 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

Project Status: Active – The project has reached a stable, usable state and is being actively developed. License: MIT R-CMD-check <!-- badges: end -->


careless

Collection of Implementations for Indices of Careless Responding.

Description

Careless or insufficient effort responding in surveys, i.e. responding to items without regard to their content, is a common occurrence in surveys. These types of responses constitute significant problems for data quality leading to distortions in data analysis and hypothesis testing, such as spurious correlations. The R package careless provides solutions designed to detect such careless / insufficient effort responses by allowing easy calculation of indices proposed in the literature. It currently supports the calculation of Longstring, Even-Odd Consistency, Psychometric Synonyms/Antonyms, Mahalanobis Distance, and Intra-individual Response Variability (also termed Inter-item Standard Deviation).

Current Version

Current version is 1.2.2

Installing from source

To install this package:

1) Install and load the devtools package (if necessary). In R, paste the following into the console, note, you may need to update R or R Studio first:

r install.packages('devtools') library('devtools')

3) Download and install the careless package from the Github source code.

r install_github('ryentes/careless') library('careless')

APA Citation

Yentes, R.D., & Wilhelm, F. (2018) careless: Procedures for computing indices of careless responding. R packages version 1.2.0 url: https://github.com/ryentes/careless

License

This package is free and open source software, licensed under MIT License.

Owner

  • Name: Richard Yentes
  • Login: ryentes
  • Kind: user
  • Location: Raleigh, NC

A student of I/O Psychology and data science.

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 110
  • Total Committers: 4
  • Avg Commits per committer: 27.5
  • Development Distribution Score (DDS): 0.155
Past Year
  • Commits: 11
  • Committers: 1
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Richard Yentes r****s@g****m 93
fwilhelm f****m 15
franciscowilhelm f****m@g****m 1
awmeade a****l@g****m 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 15
  • Total pull requests: 24
  • Average time to close issues: 9 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 5
  • Total pull request authors: 4
  • Average comments per issue: 1.87
  • Average comments per pull request: 0.58
  • Merged pull requests: 21
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ryentes (5)
  • franciscowilhelm (4)
  • awmeade (3)
  • vittorio-g (2)
  • fuhred (1)
Pull Request Authors
  • ryentes (12)
  • franciscowilhelm (9)
  • camkay (2)
  • awmeade (1)
Top Labels
Issue Labels
enhancement (5) priority:low (2) question (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 516 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 2
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: careless

Procedures for Computing Indices of Careless Responding

  • Versions: 3
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 516 Last month
Rankings
Forks count: 7.9%
Stargazers count: 11.8%
Average: 14.8%
Downloads: 16.7%
Dependent packages count: 18.2%
Dependent repos count: 19.2%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • psych * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite