Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielvartan/scaler
π Tools to process health measurement scales
https://github.com/danielvartan/scaler
health r r-package rstats scales
Last synced: about 2 months ago
JSON representation
π Tools to process health measurement scales
- Host: GitHub
- URL: https://github.com/danielvartan/scaler
- Owner: danielvartan
- License: other
- Created: 2021-10-23T21:03:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T22:56:14.000Z (2 months ago)
- Last Synced: 2024-11-01T23:24:08.417Z (2 months ago)
- Topics: health, r, r-package, rstats, scales
- Language: R
- Homepage: https://danielvartan.github.io/scaler/
- Size: 240 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codemeta: codemeta.json
Awesome Lists containing this project
README
# scaler
[![Project Status: WIP β Initial development is in progress, but there
has not yet been a stable, usable release suitable for the
public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check.yaml](https://github.com/danielvartan/scaler/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/danielvartan/scaler/actions/workflows/check-standard.yaml)
[![Codecov test
coverage](https://codecov.io/gh/danielvartan/scaler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/danielvartan/scaler?branch=main)
[![License:
MIT](https://img.shields.io/badge/license-MIT-green.png)](https://choosealicense.com/licenses/mit/)
[![Contributor
Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)## Overview
`scaler` is an R package that provides a set of tools to deal with
health measurement scales. Its aim is to facilitate the work of
researchers with these kind of data and to improve reproducibility in
research.Some scales require a dedicated package. If youβre looking for tools to
process the Munich ChronoType Questionnaire
([MCTQ](https://doi.org/10.1177/0748730402239679)), please check the
[`mctq`](https://github.com/ropensci/mctq) package.## Installation
You can install `scaler` using the
[`remotes`](https://github.com/r-lib/remotes) package:``` r
remotes::install_github("danielvartan/scaler")
```## Citation
If you use `scaler` in your research, please consider citing it. We put
a lot of work to build and maintain a free and open-source R package.
You can find the citation below.``` r
citation("scaler")
```To cite {scaler} in publications use:
Vartanian, D. (2023). {scaler}: tools to process health measurement
scales. R package. https://danielvartan.github.io/scaler/A BibTeX entry for LaTeX users is
@Unpublished{,
title = {{scaler}: tools to process health measurement scales},
author = {Daniel Vartanian},
year = {2024},
url = {https://danielvartan.github.io/scaler/},
note = {R package},
}## Contributing
We welcome contributions, including bug reports. Take a moment to review
our [Guidelines for
Contributing](https://danielvartan.github.io/scaler/CONTRIBUTING.html).## License
[![License:
MIT](https://img.shields.io/badge/license-MIT-green.png)](https://opensource.org/license/mit/)`scaler` code is released under the [MIT
license](https://opensource.org/license/mit/).
Become an `scaler` supporter!
Click [here](https://github.com/sponsors/danielvartan) to make a
donation. Please indicate the `scaler` package in your donation message.