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, ∼3914🔥, 0💬
Popular Posts:
What is TestReail? TestRail is a comprehensive web-based test case management software to efficientl...
What is "Send to Bluetooth" in Microsoft Word? Should I disable it? "Send to Bluetooth" is a COM Add...
How to add slide numbers and copyright in the footer area? You can add slide numbers, copyright text...
How to view dynamic field codes in Microsoft Word? Each dynamic value is Microsoft Word is driven by...
How to install Mozilla Firefox 2.0 add-on: FireFTP? FireFTP is a Mozilla Firefox 2 add-on that provi...