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
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
|