I need to create a a Scatterplot for all quantitative variables. I just want to make sure that this is correct?
I suspect they want a scatter plot matrix instead.
See this blog post which illustrates how to create one.
https://blogs.sas.com/content/graphicallyspeaking/2012/08/19/compact-scatter-plot-matrix/
Did you use the SASHELP.CARS data set?
Without the code, we can't determine if it is correct.
I am so sorry: That is correct. I used this code:
Your first post shows a scatterplot, your second post shows PROC ACECLUS, these two do not relate to one another. Please take some time and explain what you are doing, and what results you want to see here. Provide details.
Hello,
I need to create a scatter plot for all variables: MSRP, Invoice, EngineSize, Cylinder, Horsepower, MPG_City, MPG_Highway, Weight, Wheelbase, and Length.
Thanks!
Still not clear. Scatterplots have two axes. What variable(s) go on the horizontal axis? What variable(s) go on the vertical axis? Do you want all possible pairs of variables? Do you want something else, like a matrix plot? (example) Please provide an explanation of what you want.
What does PROC ACECLUS have to do with any of this?
I though you can create a scatter plot with all variables with PROC ACECLUS.
I don't see that as a feature of PROC ACECLUS when I look in the documentation.
I keep asking you to provide details and explain what you want, and you haven't provided details or a clear explanation.
I suspect they want a scatter plot matrix instead.
See this blog post which illustrates how to create one.
https://blogs.sas.com/content/graphicallyspeaking/2012/08/19/compact-scatter-plot-matrix/
It just says scatterplots.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.