PROC CONTENTS is a useful procedure to understand the structure of your data. It is very similar to the str()
function in R.
Run PROC CONTENTS on the data. Screenshot the image.
Run PROC MEANS on the data only for the variables carat and price. Use the default output.
Produce a historgram for carat and diamond.
Note: X-Y analyses require data to be normally distributed. We will normalize the data later in this class.
Your submission should include:
Upload to Blackboard!