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, 3371🔥, 0💬
Popular Posts:
How to view the document.xml file with a Web browser? Since the document.xml file contains text cont...
How to update TOC (Table Of Content) for a FrameMaker book? I have make changes in some chapters. Yo...
What are control codes used in Microsoft Word that can be used in the Find and Replace command? Here...
How to create a new WeChat account without phone number? I want to use WeChat, but I don't have a ce...
What are those search options provided on Library Genesis? Library Genesis provides 3 types of searc...