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, ∼3990🔥, 0💬
Popular Posts:
Collections: Best World Music BitTorrent FAQ Chrome FAQ Facebook FAQ Firefox FAQ Fitbit FAQ Flash Pl...
What is a slide master in PowerPoint? A slide master is a set of slide layouts defined to help you c...
Why I am getting the "Account Frozen" message when login to OneDrive? If you have not used your free...
Where to find answers to frequently asked questions on Microsoft Skype? I want to know how to know h...
Where are Microsoft Teams files located on my Windows 7 system? If you have Microsoft Teams desktop ...