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 - 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, 2923🔥, 0💬
Popular Posts:
Where are Microsoft Teams files located on my macOS computer? If you have Microsoft Teams desktop so...
Should I sign in to Google account after installing Google Chrome 55? When you run Google Chrome 55 ...
How to run Fitbit Connect for the first time and create a new account on Fitbit server? I have Fitbi...
Why I am getting the "run or save ChromeSetup.exe" pop up box when trying to install Google Chrome 3...
Sometimes I see special symbols are showing up at the end of each paragraph in my Microsoft Word doc...