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 - SCATTER with ELLIPSE Graph
How to generate SCATTER with ELLIPSE graphs with SAS SGPLOT procedure?
✍: FYIcenter.com
If you have a set of X-Y data pairs,
you can present the data with a SCATTER graph and
its boundary with an ELLIPSE graph.
The following SAS program shows a combination of SCATTER and ELLIPSE graphs on the example data set, sashelp.class, provided in the SAS University Edition:
proc sgplot data=sashelp.class; scatter x=height y=weight; ellipse x=height y=weight;
The result looks like the following:
2021-08-21, ∼3424🔥, 0💬
Popular Posts:
What is "OneNote Linked Notes Add-in" in Microsoft Word? Should I disable it? "OneNote Linked Notes ...
How to log in to Microsoft Teams with a Web browser? I know that my company is using Microsoft Teams...
How to see the key exchange process in an SFTP connection with FileZilla FTP Client? If you are conn...
How to unzip a Word Document .docx file? According to Microsoft documentation, a .docx file is reall...
What are the steps to insert Dynamic Fields in Microsoft Word? I want to insert the chapter heading ...