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 (2-4)

Run the code in the yellow box before working on this exercise:
Picture

The LISTING data set contains a set of real estate data:

  • Adv_ID: Adv. ID
  • BateList: The Date the advertisement is listed
  • NumMth: The number of months the advertisement has been listed.
  • Price: Sales price of the property


You are about to analyze the relationship between the Number of months listed and the properties' sales price.

However, a junior analyst has mistakenly made all of the variables a character variable.

Convert the DateList, NumMth, and Price variable into numeric using proper informats.

Also, ensure proper formats are assigned to the numeric variables as well.

Create any data sets or variables if needed.
Next
Already a member? Go to member's area.