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 - Polynomial Regression with REG
How to do Polynomial Regression with REG graph using SAS SGPLOT Procedure?
✍: FYIcenter.com
If you want to do Polynomial Regression with REG graph using SAS SGPLOT Procedure,
you need to specify the "degree=n" option as shown
in this example with the sample data set, sashelp.cars:
proc sgplot data=sashelp.cars(where=(origin='USA')); reg x=horsepower y=mpg_city / degree=2 clm='CL Mean'; keylegend / location=inside position=topright across=1; xaxis grid; yaxis grid;
The result looks like the following:
2021-04-10, ∼4203🔥, 0💬
Popular Posts:
How to login to Facebook with a Web browser? If you want to login to Facebook with a Web browser, yo...
Should I sign in to Google account after installing Google Chrome 55? When you run Google Chrome 55 ...
How to download Mozilla Firefox 2.0? If you want to try Mozilla Firefox 2.0, you can follow this tut...
How do I know what cookies a Website is sending to Mozilla Firefox 2.0? When you are visiting a Webs...
How to start and stop FileZilla Server service? I have FileZilla installed on my Windows computer. Y...