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, 3338🔥, 0💬
Popular Posts:
How to unzip a Word Document .docx file? According to Microsoft documentation, a .docx file is reall...
Where to find answers to frequently asked questions about Microsoft Office 365? Here is a collection...
How to find all section breaks in a Microsoft Word document? I want to review them. Section breaks i...
How to apply a character style in Microsoft Word? I want to emphasize few words in a paragraph. Appl...
How to create a new PowerPoint presentation from a PowerPoint template? I have a PowerPoint template...