<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Plotting of rstudent by regressors in SAS University Edition in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183910#M6782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanjay and Reeza&lt;/P&gt;&lt;P&gt;I have tried ODS graphics on and followed all instructions I could find on SAS site but still no good.&lt;/P&gt;&lt;P&gt;Reeza you mentioned workarounds which is fine but we are trying to teach introductory regression to students so we want it to be as standard as possible from one year to the next.&lt;/P&gt;&lt;P&gt;Marisa &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 02:16:32 GMT</pubDate>
    <dc:creator>marisa_jenkins</dc:creator>
    <dc:date>2015-01-15T02:16:32Z</dc:date>
    <item>
      <title>Plotting of rstudent by regressors in SAS University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183904#M6776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I am learning SAS Studio (University edition) as we plan on using this to teach our Multiple regression course this year instead of SAS 9.3 or 4&lt;/P&gt;&lt;P&gt;I am trying to produce plot/s of rstudent v the regressors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of how I would have done this with my 'normal' SAS software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC REG DATA=dataset ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; MODEL outcome = var1 var2 / R;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; PLOT rstudent.*(var1 var2 predicted.);&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;This would have produced three plots all with rstudent on y axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAS studio I can get the rstudent by predicted without issue as it is a standard component of the diagnostic plots (also I can code &lt;STRONG&gt;Plots = rstudentbypredicted&lt;/STRONG&gt; if I wanted a bigger one).&lt;/P&gt;&lt;P&gt;The only plots I can get for Var1 and Var2 are for plain residuals and I can't seem to find any code for rstudent by regressor/s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help please?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 22:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183904#M6776</guid>
      <dc:creator>marisa_jenkins</dc:creator>
      <dc:date>2015-01-14T22:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting of rstudent by regressors in SAS University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183905#M6777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach a fully working program with data?&amp;nbsp; Or, a program that uses one of the data sets from SASHELP to illustrate the issue.&amp;nbsp; Also include SAS Studio release (R3.2, R3.2, etc.).&amp;nbsp; You may get better help posting to the "SAS Statistical Procedures" communities page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 23:50:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183905#M6777</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-01-14T23:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting of rstudent by regressors in SAS University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183906#M6778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="sasSource"&gt;The PLOT statement does not appear in the SAS STAT 13.2 documentation, but it does in SAS STAT 13.1. In this case I'd create an output dataset and manually plot it. Not a great solution, but a quick work around. It's probably worth knowing how to store the output in a dataset anyways &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P class="sasSource"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/67523/HTML/default/viewer.htm#statug_reg_toc.htm" title="http://support.sas.com/documentation/cdl/en/statug/67523/HTML/default/viewer.htm#statug_reg_toc.htm"&gt;SAS/STAT(R) 13.2 User's Guide&lt;/A&gt; &lt;/P&gt;&lt;P class="sasSource"&gt;&lt;/P&gt;&lt;P class="sasSource"&gt;Running on SAS University Edition I get the following error. I'd contact Tech Support directly regarding this.&lt;/P&gt;&lt;P class="sasSource"&gt;&lt;/P&gt;&lt;P class="sasSource"&gt;39 PROC REG DATA=sashelp.class ;&lt;/P&gt;&lt;P class="sasSource"&gt; 40 MODEL weight = height age / R;&lt;/P&gt;&lt;P class="sasSource"&gt; 41 PLOT rstudent.*(height age predicted.);&lt;/P&gt;&lt;P class="sasSource"&gt; 42 RUN;&lt;/P&gt;&lt;P class="sasError" id="sasLogError1_1421282114301"&gt; ERROR: Appendage SASXGANO not found, unable to produce graphics.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote1_1421282114301"&gt; NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote2_1421282114301"&gt; NOTE: The PROCEDURE REG printed pages 3-4.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote3_1421282114301"&gt; NOTE: PROCEDURE REG used (Total process time):&lt;/P&gt;&lt;P class="sasNote"&gt;&amp;nbsp; real time 4.15 seconds&lt;/P&gt;&lt;P class="sasNote"&gt;&amp;nbsp; cpu time 0.97 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 00:50:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183906#M6778</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-15T00:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting of rstudent by regressors in SAS University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183907#M6779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay&lt;/P&gt;&lt;P&gt;Please find below the code and the plot I require that I produced from SAS 9.4.&lt;/P&gt;&lt;P&gt;The GFR dataset is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The plots that I am having problems with are &lt;STRONG&gt;bolded&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I successfully get the standard diagnostic plots and residuals by x variables but receive the following error message from SAS Studio V 3.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: Appendage SASXGANO not found, unable to produce graphics.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen discussions regarding this error message that say you should use the PLOTS = option which I have tried but there does not appear to be an option for rstudent by x variables just rstudentbypredicted or leverage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA gfr;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; INFILE 'c:\data\gfr.dat';&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #339966;"&gt; *Use&amp;nbsp; INFILE '/folders/myfolders/gfr.dat'; for SAS studio;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; INPUT id age cr gfr;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Calculate inverse CR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; invcr = 1/cr;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TITLE 'Relationship between GFR and creatinine';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PROC UNIVARIATE DATA = GFR PLOT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VAR age cr gfr invcr;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC REG CORR DATA = GFR ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; MODEL gfr=cr;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="font-size: 14pt;"&gt; PLOT rstudent.*(cr predicted.);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;MODEL gfr=invcr / R;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; PLOT rstudent.*(invcr predicted.);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * save the residuals of the previous model in 'RESIDS';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; OUTPUT OUT=resids RSTUDENT=jackknife;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Check the distribution of the residuals;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC UNIVARIATE DATA=resids NORMAL PLOT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; VAR jackknife;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; QQPLOT / NORMAL (MU=est SIGMA=est);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" height="334" src="https://communities.sas.com/legacyfs/online/8708_pastedImage_29.png" width="445" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;This is the plot produced by PLOT rstudent. * cr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 01:11:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183907#M6779</guid>
      <dc:creator>marisa_jenkins</dc:creator>
      <dc:date>2015-01-15T01:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting of rstudent by regressors in SAS University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183908#M6780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="229654" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/" modifiedtitle="true" title="Re: Appendage SASXGANO not found?"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bad design &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;Apparently it requires SAS/GRAPH which isn't licensed in SAS UE. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 01:29:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183908#M6780</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-15T01:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting of rstudent by regressors in SAS University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183909#M6781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure of the details.&amp;nbsp; I sent it to others who know more about stat procedures.&lt;/P&gt;&lt;P&gt;Try adding a "ods graphics on;" statement before the call to the procedures. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 01:33:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183909#M6781</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-01-15T01:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting of rstudent by regressors in SAS University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183910#M6782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanjay and Reeza&lt;/P&gt;&lt;P&gt;I have tried ODS graphics on and followed all instructions I could find on SAS site but still no good.&lt;/P&gt;&lt;P&gt;Reeza you mentioned workarounds which is fine but we are trying to teach introductory regression to students so we want it to be as standard as possible from one year to the next.&lt;/P&gt;&lt;P&gt;Marisa &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 02:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183910#M6782</guid>
      <dc:creator>marisa_jenkins</dc:creator>
      <dc:date>2015-01-15T02:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting of rstudent by regressors in SAS University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183911#M6783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree, not a fan of changes from version to version, but sometimes necessary.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 03:58:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183911#M6783</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-15T03:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting of rstudent by regressors in SAS University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183912#M6784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the OUTPUT statement to save the studentized residuals and predicted values to a data set. Use PROC SGPLOT to create the graphs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC REG DATA=sashelp.class plots(only)=rstudentbypredicted ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; MODEL age = height weight / R;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; output out=RegOut P=Predicted RSTUDENT=RStudent;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=RegOut;&lt;BR /&gt;scatter x=Height y=RStudent;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=RegOut;&lt;BR /&gt;scatter x=Weight y=RStudent;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 12:13:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183912#M6784</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-01-15T12:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting of rstudent by regressors in SAS University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183913#M6785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is another suggestion from stat experts.&amp;nbsp; Rick covered how to so some graphs using SGPLOT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"She is using the old Plots statement which predates Ods graphics and produces grseg graphs. She should switch to using the Plots= option.&amp;nbsp; There may be some combinations of plots you now can't get with the option and those would need to be done with SGPlot."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another suggestion:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;proc reg data=sashelp.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; model age = height weight / r;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; output out=b p=p rstudent=rs;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;run; quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;proc sgscatter; plot rs*(height weight p); run;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 14:36:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183913#M6785</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-01-15T14:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting of rstudent by regressors in SAS University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183914#M6786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your help; I have used both Rick's and Sanjay's code and have got what I need.&lt;/P&gt;&lt;P&gt;This plot didn't have a reference line at 0 which was a shame so added the following 'refline' code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot;&lt;/P&gt;&lt;P&gt;scatter y = rstudent x = var1;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;refline 0 / axis = y;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay in responding.&lt;/P&gt;&lt;P&gt;Marisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 01:26:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-of-rstudent-by-regressors-in-SAS-University-Edition/m-p/183914#M6786</guid>
      <dc:creator>marisa_jenkins</dc:creator>
      <dc:date>2015-01-29T01:26:48Z</dc:date>
    </item>
  </channel>
</rss>

