# NOT RUN {
# Load leather example data
data(leather)
# Explore the data
str(leather)
## Decomposing gross exports:
# Perform the Leontief decomposition
decomp(leather, method = "leontief")
# Perform the KWW decomposition
decomp(leather, method = "kww")
# Perform the WWZ decomposition
decomp(leather, method = "wwz")
# }
Run the code above in your browser using DataLab