https://github.com/ready4-dev/youthvars
Classes, methods and functions for variables commonly used in youth mental health datasets
https://github.com/ready4-dev/youthvars
economic-models economics mental-health youth youth-mental-health
Last synced: 5 months ago
JSON representation
Classes, methods and functions for variables commonly used in youth mental health datasets
- Host: GitHub
- URL: https://github.com/ready4-dev/youthvars
- Owner: ready4-dev
- License: gpl-3.0
- Created: 2021-03-24T02:49:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T00:33:22.000Z (over 1 year ago)
- Last Synced: 2025-09-05T14:15:42.058Z (9 months ago)
- Topics: economic-models, economics, mental-health, youth, youth-mental-health
- Language: R
- Homepage: https://ready4-dev.github.io/youthvars/
- Size: 18.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# youthvars
## Describe and Validate Youth Mental Health Economic Datasets
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.ready4-dev.com/docs/software/libraries/types/module/)
[](https://github.com/ready4-dev/youthvars/actions/workflows/R-CMD-check.yaml)
[](https://doi.org/10.5281/zenodo.5646550)
[](https://CRAN.R-project.org/package=youthvars)
Modules from the readyforwhatsnext youth mental health
economic model (https://readyforwhatsnext.org/) that can be used to
describe and quality assure individual human record datasets. The
main motivation for this package is to facilitate automated data
integrity checks, ensure that methods are applied to the appropriate
data structures and streamline reporting of descriptive statistics.
This development version of the youthvars package has been made
available as part of the process of testing and documenting the
package. If you have any questions, please contact the authors
(matthew.hamilton1@monash.edu).
To install a development version of this software, run the following commands in your R console:
```r
utils::install.packages("devtools")
devtools::install_github("ready4-dev/youthvars")
```