https://github.com/mathiasharrer/ipdconverters
R package with common metric converters for IPD-MA. [READ-ONLY]
https://github.com/mathiasharrer/ipdconverters
depression prom r r-package
Last synced: about 1 year ago
JSON representation
R package with common metric converters for IPD-MA. [READ-ONLY]
- Host: GitHub
- URL: https://github.com/mathiasharrer/ipdconverters
- Owner: MathiasHarrer
- License: mit
- Created: 2025-03-08T15:54:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-06T10:30:26.000Z (about 1 year ago)
- Last Synced: 2025-05-06T11:43:48.778Z (about 1 year ago)
- Topics: depression, prom, r, r-package
- Language: R
- Homepage:
- Size: 545 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# The `ipdconverters` Package

*Please note that this is a **read-only** repository. Unsolicited PRs requests or issue reports will not be responded to.*
## Overview
`ipdconverters` is an R package that enables the conversion of various depression and anxiety scale scores into a **common metric**. Please note that this package is early-stage/experimental and mostly used for internal purposes.
## Installation
You can install the development version of **ipdconverters** from GitHub:
``` r
# Install devtools if not already installed
install.packages("remotes")
# Install ipdconverters
remotes::install_github("mathiasharrer/ipdconverters")
```
## Usage
Load the package and convert scores:
``` r
library(ipdconverters)
# Convert CES-D scores to common metric
x <- c(10, 15, 20, 25)
cesd(x)
# Convert back to original scale
cesd.rev(x)
```
## Citation
> Harrer M, Sprenger A, Illing S, Ciharova M, Cuijpers P, Buntrock C (2025). *ipdconverters: IPD Common Metric Converters for Depression & Anxiety Scores [BETA]*. R package version 0.0.9000, .