<?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 Help with PCA scatter plot confidence ellipses in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-PCA-scatter-plot-confidence-ellipses/m-p/8431#M2460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...well yes...but what I normally would do in sas is get the output for the PCA, go up to solutions--&amp;gt;analysis--&amp;gt;interactive data analysis, get the PCS scores and then use analyze--&amp;gt;multivariate to get it to produce graphs with ellipses.&amp;nbsp; Those options don't exist in enterprise but I'm told that it's possible to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2011 00:36:51 GMT</pubDate>
    <dc:creator>Dmonk</dc:creator>
    <dc:date>2011-12-05T00:36:51Z</dc:date>
    <item>
      <title>Help with PCA scatter plot confidence ellipses</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-PCA-scatter-plot-confidence-ellipses/m-p/8429#M2458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello out there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need advice on creating a scatter plot of my first two principal componants with confidence ellipses around each of the five species I am investigating, I know how to do this in SAS, but not the enterprise guide.&amp;nbsp; Here is the input I have been using to get the graph without ellipses:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC PRINCOMP DATA=PCA OUT=PCSCORES COVARIANCE;&lt;/P&gt;&lt;P&gt;VAR X1 X2 X3 X4 X5 X6 X7 X8 X9;&lt;/P&gt;&lt;P&gt;title 'PCAVCANMAND';&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gplot DATA=PCSORES;&lt;/P&gt;&lt;P&gt;plot prin2*prin1=Species&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice on how to add confidence ellipses to the output graph would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2011 21:25:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-PCA-scatter-plot-confidence-ellipses/m-p/8429#M2458</guid>
      <dc:creator>Dmonk</dc:creator>
      <dc:date>2011-12-04T21:25:26Z</dc:date>
    </item>
    <item>
      <title>Help with PCA scatter plot confidence ellipses</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-PCA-scatter-plot-confidence-ellipses/m-p/8430#M2459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could just edit the code to look like what you do in regular SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 00:28:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-PCA-scatter-plot-confidence-ellipses/m-p/8430#M2459</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-12-05T00:28:55Z</dc:date>
    </item>
    <item>
      <title>Help with PCA scatter plot confidence ellipses</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-PCA-scatter-plot-confidence-ellipses/m-p/8431#M2460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...well yes...but what I normally would do in sas is get the output for the PCA, go up to solutions--&amp;gt;analysis--&amp;gt;interactive data analysis, get the PCS scores and then use analyze--&amp;gt;multivariate to get it to produce graphs with ellipses.&amp;nbsp; Those options don't exist in enterprise but I'm told that it's possible to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 00:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-PCA-scatter-plot-confidence-ellipses/m-p/8431#M2460</guid>
      <dc:creator>Dmonk</dc:creator>
      <dc:date>2011-12-05T00:36:51Z</dc:date>
    </item>
    <item>
      <title>Help with PCA scatter plot confidence ellipses</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-PCA-scatter-plot-confidence-ellipses/m-p/8432#M2461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I can't help further.&amp;nbsp; I haven't done a PCA in years.&amp;nbsp;&amp;nbsp;&amp;nbsp; If you are hand coding the entire thing, then PROC SGPLOT might be a good tool to bet your elipses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 00:49:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-PCA-scatter-plot-confidence-ellipses/m-p/8432#M2461</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-12-05T00:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with PCA scatter plot confidence ellipses</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-PCA-scatter-plot-confidence-ellipses/m-p/8433#M2462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you are running SAS 9.2 or higher, you can modify the PRINCOMP code directly to create an ellipse from your PRINCOMP procedure using the PLOTS= option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Otherwise, as Doc suggested, if you want to make a dataset and then plot the points yourself, I find SGPLOT to be the most straightforward -- you only need a SCATTER statement and an ELLIPSE statement. Of course, with the PRINCOMP "direct" approach, you only need the PLOTS= option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I believe that either one involves modifying the code a bit. The attached program makes some fake data then. shows both approaches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt; testdata;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt; grpvar &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;$3.&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt; (x1-x14) (&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;1.&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;return&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s1 26838853879867&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s2 74758876857667&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s1 56757863775875&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s2 67869777988997&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s3 99997798878888&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s3 89897899888799&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s1 89999889899798&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s2 87794798468886&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s3 35652335143113&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s1 89888879576867&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s2 76557899446397&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s3 97889998898989&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s1 76766677598888&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s2 99899899899899&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: #ffffc0; font-family: 'Courier New';"&gt;s3 76656399567486&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;run&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;_all_&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;listing&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;html&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;path&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;'c:\temp'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;url&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;none&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;'something.html'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=egdefault;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;graphics&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;on&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;PROC&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;PRINCOMP &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=testdata &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;OUT&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=PCSCORES &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;COVARIANCE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PLOTS(NCOMP=&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;)=(SCORE(ellipse));&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;'1)PRINCOMP direct approach with ODS GRAPHICS'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;VAR&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt; X1 X2 X3 X4 X5 X6 X7 X8 X9&amp;nbsp; ;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;RUN&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;graphics&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;off&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;proc&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;sgplot &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=pcscores;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;'2) Use SGPLOT with SCATTER and ELLIPSE'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;scatter&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;x&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=prin1 &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;y&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=prin2/&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=grpvar;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;ellipse&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;x&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=prin1 &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;y&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=prin2;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;run&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="color: black; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;ods&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;_all_&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;close&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 03:12:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-PCA-scatter-plot-confidence-ellipses/m-p/8433#M2462</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-12-05T03:12:14Z</dc:date>
    </item>
  </channel>
</rss>

