Sentry Page Protection
Exercise (2-4)
Run the code in the yellow box before working on this exercise:
Run the code in the yellow box before working on this exercise:
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.