<?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 Biplots of 95% confidence Intervals in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Biplots-of-95-confidence-Intervals/m-p/41496#M1337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;I can't seem to find this anywhere online, but R directions are out there so i figured there must exist a way for SAS to do it too.&lt;/P&gt;&lt;P&gt;Basically I have 2 quantitative variables and one classification variable. I am looking to be able to make a plot of the means of both Q-variables and their respective confidence intervals for each class. Is there something else these are called?&amp;nbsp; Its basically a scatter plot but I cant seem to get it to work correctly (Below is what I am trying to make)&lt;/P&gt;&lt;P&gt;Any direction is appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Austin&lt;/P&gt;&lt;P&gt;&lt;IMG alt="isotopes.png" class="jive-image-thumbnail jive-image" onclick="" src="https://communities.sas.com/legacyfs/online/1439_isotopes.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 19:15:03 GMT</pubDate>
    <dc:creator>ahappel</dc:creator>
    <dc:date>2012-01-30T19:15:03Z</dc:date>
    <item>
      <title>Biplots of 95% confidence Intervals</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Biplots-of-95-confidence-Intervals/m-p/41496#M1337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;I can't seem to find this anywhere online, but R directions are out there so i figured there must exist a way for SAS to do it too.&lt;/P&gt;&lt;P&gt;Basically I have 2 quantitative variables and one classification variable. I am looking to be able to make a plot of the means of both Q-variables and their respective confidence intervals for each class. Is there something else these are called?&amp;nbsp; Its basically a scatter plot but I cant seem to get it to work correctly (Below is what I am trying to make)&lt;/P&gt;&lt;P&gt;Any direction is appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Austin&lt;/P&gt;&lt;P&gt;&lt;IMG alt="isotopes.png" class="jive-image-thumbnail jive-image" onclick="" src="https://communities.sas.com/legacyfs/online/1439_isotopes.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 19:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Biplots-of-95-confidence-Intervals/m-p/41496#M1337</guid>
      <dc:creator>ahappel</dc:creator>
      <dc:date>2012-01-30T19:15:03Z</dc:date>
    </item>
    <item>
      <title>Biplots of 95% confidence Intervals</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Biplots-of-95-confidence-Intervals/m-p/41497#M1338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc sgplot data=mydata;&lt;/P&gt;&lt;P&gt;scatter x=meanX y=MeanY / XERRORLOWER=lowerX XERRORUPPER=upperX &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YERRORLOWER=lowerY YERRORUPPER=upperY DATALABEL=FishName;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 19:50:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Biplots-of-95-confidence-Intervals/m-p/41497#M1338</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-01-30T19:50:08Z</dc:date>
    </item>
  </channel>
</rss>

