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 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 2 Apr 2009 08:27:13 -0700
Reply-To:   swtnamja <jjongwooc@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   swtnamja <jjongwooc@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   regression plot
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

Hi, I would like to put two models in one plot and I am having difficulty finding out how. I would appreciate if anyone can help me out on this.

my model looks like the following:

proc reg data=ghg; model CO2=fp; weight sales; by vehtype; plot CO2*fp; title ' '; run; quit;

This would produce two separate plots for the two vehtypes. However, I was wondering if I can put the two regression lines on one plot.

Is this doable?

Thanks in advance for your help.


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