Please note that this is a read-only repository. Unsolicited PRs requests or issue reports will not be responded to.
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.
You can install the development version of ipdconverters from GitHub:
# Install devtools if not already installed
install.packages("remotes")
# Install ipdconverters
remotes::install_github("mathiasharrer/ipdconverters")Load the package and convert scores:
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)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, https://github.com/mathiasharrer/ipdconverters.