This package provides implementation of Wasserstein regression for distributional data, proposed by Chen, Y., Lin, Z., & Müller, H.-G. (2021+) https://doi.org/10.1080/01621459.2021.1956937.
You can install the development version of the package in R using:
devtools::install_github("yqgchen/WR", ref = "main")
Once installed you can load the package with:
library(WR)
If using this package, one must cite this package properly.
For papers following APA format, we recommend the following citation:
Chen, Y., & Müller, H.-G. (2022). WR: Wasserstein regression for distributional data. R package version 0.1.0. https://github.com/yqgchen/WR
A BibTeX entry for LaTeX users is
@Manual{,
title = {WR: Wasserstein regression for distributional data},
author = {Chen, Yaqing and M\"uller, Hans-Georg},
year = {2022},
note = {R package version 0.1.0},
url = {https://github.com/yqgchen/WR},
}
The development of this package is partly supported by NSF grants DMS-1712862 and DMS-2014626.