Search the site...

SASCRUNCH TRAINING
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
Sentry Page Protection
Please Wait...
Exercise (4-8)

Locate the SHOES data set from the SASHelp library.

The SHOES data set contains data from a giant shoes maker.

The data set contains the following variables:
  • REGION: the region of operation
  • PRODUCT: the products of focus
  • SUBSIDIARY: the sub-region or city of the region
  • STORES: the number of stores that carry the products
  • SALES: the sales of the products
  • INVENTORY: the value of the unsold inventory
  • RETURNS: the value of the returned merchandise


Task 1

Calculate the return rate for each product:

Rate = Returns ÷ Sales


Task 2

Find out the product that shows the highest return rate across all of the regions.

What's the product that has the highest return? What region was it being sold in?

​
Next
Already a member? Go to member's area.