Skip to contents

sigscores is an R package providing ready-to-use functions to compute summary scores.

The idea behind sigscores is to provide in a single R package different summary scores allowing for an easy computation and comparison of the metrics.

Different strategies are currently supported, including the common mean, median, and mode scores.

Installation

You can install latest development version from GitHub (requires devtools package):

if (!require("devtools")) {
  install.packages("devtools")
}

devtools::install_github(
  repo = "alebarberis/sigscores", 
  dependencies = TRUE, 
  build_vignettes = FALSE
)

Getting started

If you are just getting started with sigscores, we recommend looking at the Getting Started section of the site.