Skip to contents

The iidda.analysis package contains functions for visualization, analysis, and harmonization of iidda datasets.

This package is not stable. You will likely be more interested in the iidda.api package.

Installation

Stable Version

install.packages(c("iidda.analysis")
  , repos = c(
      "https://canmod.r-universe.dev"
    , "https://cran.r-project.org"
  )
)

Developer Version

remotes::install_github('canmod/iidda-tools', subdir = 'R/iidda.analysis')