/pairwise

An R package for utility estimation using pairwise comparisons.

Primary LanguageHTMLOtherNOASSERTION

pairwise

CRAN_Status_Badge R-CMD-check Project Status: Active – The project has reached a stable, usable state and is being actively developed. Codecov test coverage

An R package for estimating values using a mix of binary and cardinal comparisons.

Installation

The package is not available on CRAN yet, so use the following command from inside R:

# install.packages("remotes")
remotes::install_github("JonasMoss/pairwise")

Usage

Coming soon!