Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (398)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
SGPLOT - REG Graph
How to generate REG graphs with SAS SGPLOT procedure?
✍: FYIcenter.com
If you have a set of X-Y data pairs, you can present the data with a REG graph, which displays locations of data pairs, and its straight regression line.
The following SAS program shows a REG graph on the example data set, sashelp.class, provided in the SAS University Edition:
proc sgplot data=sashelp.class; reg x=height y=weight;
The result looks like the following:
2021-08-21, 2303🔥, 0💬
Popular Posts:
How to edit Mozilla Firefox configuration file? Mozilla Firefox has a configuration file that contro...
How to find and read log file in FileZilla Server? I have logging turned on already. For FileZilla S...
How to create a new WeChat account without phone number? I want to use WeChat, but I don't have a ce...
How to fix the Microphone Permissions error with making a call with Messenger in iPhone? If your Mic...
Where to find answers to frequently asked questions on FTP (File Transfer Protocol and related tools...