# NOT RUN {
data("sales")
cube = generateCube(sales, columns = list(time = c("month", "year"),
location = c("state"), product = "product"), valueColumn = "amount")
importances = importance(cube)
print(importances)
# }
Run the code above in your browser using DataLab