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, 2985🔥, 0💬
Popular Posts:
How to download FrameMaker 2017 Release for my Windows computer? I want to try it. You can follow th...
What is Microsoft Office 365? Office 365 is a cloud service offered by Microsoft that provide produc...
How to Uninstall Skype Meetings App on Windows? I don't need it anymore. You can following this tuto...
Where are Microsoft Teams files located on my macOS computer? If you have Microsoft Teams desktop so...
What are Mozilla Firefox 2 add-ons? Mozilla Firefox 2 add-ons extend the browser functionalities. So...