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
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
Metadata Files
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!
Install devtools if you do not have it. This package lets install packages hosted on GitHub.
install.packages("devtools")With devtools installed, you can then install lrd by executing the following:
devtools::install_github("npm27/lrd")Load the library to get started!
library(lrd)
Scoring data:
This package contains four functions for scoring data.
prop_correct_cued()This function can be used to score cued-recall data.prop_correct_free()This function can be used to score data from free recall studies.prop_correct_multiple()This function can be used to score data from free recall studies when participants study multiple or random lists.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
- Twitter: maxwell_np
- Repositories: 5
- Profile: https://github.com/npm27
Assistant Professor of Psychology
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
Top Committers
| Name | 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
- Homepage: https://npm27.github.io/lrd/
- Documentation: http://cran.r-project.org/web/packages/lrd/lrd.pdf
- License: LGPL-3
-
Latest release: 0.1.0
published over 4 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- knitr * imports
- stats * imports
- utils * imports
- ggplot2 * suggests
- reshape * suggests
- rmarkdown * suggests