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, ∼3069🔥, 0💬
Popular Posts:
"Muss i denn" is a German folk song in the Swabian German dialect. The present form dates back to 18...
How register my Fitbit device through Fitbit Connect? I have an account with Fitbit server, installe...
How to save a presentation with macros in the PowerPoint Macro-Enabled Presentation (*.pptm) file fo...
How to log in to Microsoft Teams with a Web browser? I know that my company is using Microsoft Teams...
What is outlook.office365.com? Our IT tells us to migrate to outlook.office365.com. outlook.office36...