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, ∼3673🔥, 0💬
Popular Posts:
Collections: Best World Music BitTorrent FAQ Chrome FAQ Facebook FAQ Firefox FAQ Fitbit FAQ Flash Pl...
What is this Website about? This Website provides a collection of Frequently Asked Questions (FAQ) a...
How to connect FileZilla to an Anonymous FTP Server? If you know the server host name, you can conne...
How to resume file transfer in FileZilla FTP Client? I have unfinished file transfer entries in the ...
How to make my presentation beautiful by applying a built-in theme provided by Office PowerPoint 200...