Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
SGPLOT - HEATMAP Graph
How to generate HEATMAP Graphs with SAS SGPLOT procedure?
✍: FYIcenter.com
The HEATMAP Graph of the SGPLOT procedure can be used
to resent X-Y pair data and the frequency of each pair.
Here is an example on the data set,
sashelp.cars, provided in the SAS University Edition:
proc sgplot data=sashelp.heart; heatmap x=weight y=cholesterol;
The result looks like the following:
2021-04-10, 3286🔥, 0💬
Popular Posts:
How to update TOC (Table Of Content) for a FrameMaker book? I have make changes in some chapters. Yo...
Where to find answers to frequently asked questions on Adobe FrameMaker? I want to know how to know ...
What are Link and Activity LEDs on Ethernet Socket? Link and Activity LEDs on Ethernet Socket are LE...
What is the difference between a Web page and a filtered Web page? Word supports 2 Web page formats:...
Why I getting the "Error! No text of specified style in document." in Microsoft Word? You are gettin...