Science Score: 23.0%

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

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

Repository

Basic Info
  • Host: GitHub
  • Owner: npm27
  • Language: R
  • Default Branch: master
  • Size: 24.3 MB
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 6 years ago · Last pushed over 4 years ago
Metadata Files
Readme

README.md

lrd - Lexical Response Data

Overview

The lrd package provides tools for quickly and accurately processing the large amounts of lexical response data that are typically generated from recall tests, while also being able to control for minor errors in participant responses.

To install:

The following steps will install the development version of lrd. CRAN release coming soon!

  1. Install devtools if you do not have it. This package lets install packages hosted on GitHub. install.packages("devtools")

  2. With devtools installed, you can then install lrd by executing the following: devtools::install_github("npm27/lrd")

  3. Load the library to get started! library(lrd)

Scoring data:

This package contains four functions for scoring data.

  1. prop_correct_cued() This function can be used to score cued-recall data.

  2. prop_correct_free() This function can be used to score data from free recall studies.

  3. prop_correct_multiple() This function can be used to score data from free recall studies when participants study multiple or random lists.

  4. prop_correct_sentence() This function can be used to score sentence recall.

In additionally, arrange_data() can be used to convert wide format data to long format prior to scoring.

Detailed descriptions of each function are available in the documentation and in the manuscript.

You can also use the Shiny app! For step-by-step instructions on using the Shiny application, see the how-to-guide.

Contact:

We happily take comments and suggestions. Please email nicholas.maxwell@usm.edu.

Owner

  • Name: Nicholas Maxwell
  • Login: npm27
  • Kind: user
  • Location: Wichita Falls, TX
  • Company: Midwestern State University

Assistant Professor of Psychology

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 213
  • Total Committers: 3
  • Avg Commits per committer: 71.0
  • Development Distribution Score (DDS): 0.408
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
npm27 n****1@y****m 126
Dr. Erin M. Buchanan b****b@g****m 73
Nicholas Maxwell 3****7 14

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 3
  • Total pull requests: 0
  • Average time to close issues: 4 months
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 2.67
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • 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
  • jgeller112 (3)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 237 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: lrd

A Package for Processing Lexical Response Data

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 237 Last month
Rankings
Stargazers count: 26.2%
Forks count: 28.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 41.3%
Downloads: 86.4%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • knitr * imports
  • stats * imports
  • utils * imports
  • ggplot2 * suggests
  • reshape * suggests
  • rmarkdown * suggests