Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gongcastro/bvq
Development package for the Barcelona Vocabulary Questonnaire (BVQ)
https://github.com/gongcastro/bvq
bilingualism language psycholinguistics r r-package rstats vocabulary
Last synced: 8 days ago
JSON representation
Development package for the Barcelona Vocabulary Questonnaire (BVQ)
- Host: GitHub
- URL: https://github.com/gongcastro/bvq
- Owner: gongcastro
- License: other
- Created: 2022-10-18T15:30:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T15:06:02.000Z (10 days ago)
- Last Synced: 2024-12-02T15:42:01.984Z (10 days ago)
- Topics: bilingualism, language, psycholinguistics, r, r-package, rstats, vocabulary
- Language: R
- Homepage: https://gongcastro.github.io/bvq/
- Size: 29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Support: .github/SUPPORT.md
- Codemeta: codemeta.json
Awesome Lists containing this project
- jimsghstars - gongcastro/bvq - Development package for the Barcelona Vocabulary Questonnaire (BVQ) (R)
README
[![R-CMD-check](https://github.com/gongcastro/bvq/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/gongcastro/bvq/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/gongcastro/bvq/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gongcastro/bvq?branch=main)
![r-universe](https://gongcastro.r-universe.dev/badges/bvq)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)## Overview
This package contains data from a Barcelona Vocabulary Questionnaire (BVQ), a vocabulary checklist aimed at to assessing lexical development in toddlers growing up in Catalan-Spanish bilingual environments. The questionnaire was deployed using [formr](https://formr.org/), and the materials used to generate the items are available in the GitHub repository.
This package also contains multiple functions that extract the data and generate many metrics used frequently in the language acquisition literature to examine participants’ vocabulary or to consult acquisition norms of particular words. Documentation and working examples are available in the [package website](https://gongcastro.github.io/bvq).
## Installation
From [r-universe](https://gongcastro.r-universe.dev/bvq) :rocket::
```r
install.packages('bvq', repos = 'https://gongcastro.r-universe.dev')
```From the GitHub repository:
```r
install.packages("remotes") # you may need to install remotes first
remotes::install_github("gongcastro/bvq")
```## Data accesibility
BVQ is currently a developing package for internal use at the [Center for Brain and Cognititon](https://www.upf.edu/web/cbc) (CBC). For this reason, logging in requires a password that can be required by writing to the maintainer of this package ([[email protected]](mailto:[email protected])).
## Code of Conduct
Please note that the bvq project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.