LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 24 Apr 2009 11:38:09 -0400
Reply-To:     Peter Flom <peterflomconsulting@mindspring.com>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Peter Flom <peterflomconsulting@MINDSPRING.COM>
Subject:      Re: polynomial regression
Comments: To: Thx for your HELP <jjongwooc@GMAIL.COM>
Content-Type: text/plain; charset=UTF-8

Thx for your HELP <jjongwooc@GMAIL.COM> wrote

> >I have one more question. Is there a way to plot the polynomial >equation? > >proc reg data=test; > model adj_gpm = spd quad/collin; > plot adj_gpm*spd quad; ????? >run;

You could easily do it by 'brute force' - get the resulting equation, and then create data.

But I think one of the ODS graphics will do it automatically for you, if you have those available.

Peter

Peter L. Flom, PhD Statistical Consultant www DOT peterflomconsulting DOT com


Back to: Top of message | Previous page | Main SAS-L page