# Estimate the food production within 95% confidence interval
food_production(city_example, interval = 0.95, verbose = FALSE)
# Get the raw values instead of the confidence interval
result <- food_production(city_example, verbose = TRUE)
result[1:10]
Run the code above in your browser using DataLab