Harmonization

## Packages

library( tidyverse )   # data wrangling 
library( data.table )  # data wrangling 
library( pander )      # pretty tables 
library( knitr )       # pretty tables
library( DiagrammeR )  # drawing diagrams
library( ggthemes )    # graphics 
library( gridExtra )   # graphics

# CUSTOM FUNCTIONS: fable()
source( "R/functions.R" )

# FACTOR LABELS  
source( "data/DICTIONARIES.R" )

Data from Step-00 PreProcessing

d <- readRDS( "data/BMF-LABELED-TEMP.rds" )