Skip to contents

Tidyindex provides infrastructures to construct and analyse indexes in a pipeline workflow. The pipeline workflow contains 9 modules for users to arrange into an index, including:

  • spatial processing
  • temporal processing
  • variable transformation
  • scaling
  • dimension reduction
  • distribution fit
  • normalising
  • benchmarking
  • simplification

The package is still in early development stage.

Installation

You can install the CRAN version with:

install.packages("tidyindex")

or the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("huizezhang-sherry/tidyindex")