<?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 Output dataset from SGPLOT with Ellipse in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Output-dataset-from-SGPLOT-with-Ellipse/m-p/939279#M2021</link>
    <description>&lt;P&gt;Using the code below, I have created a scatter a 95% prediction ellipse.&amp;nbsp; I added an ODS output statement in hopes of getting the datapoints for the prediction ellipse that are being plotted.&amp;nbsp; However the output dataset provides the x and y axis values along with the slope.&amp;nbsp; Is there a formula I can apply to take the output dataset provided and create the x,y coordinates that are actually plotted to create the prediction ellipse.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sgplot data=sashelp.class;&lt;BR /&gt;ods output sgplot=sg ;&lt;BR /&gt;scatter x=height y=weight;&lt;BR /&gt;ellipse x=height y=weight;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2024 17:00:49 GMT</pubDate>
    <dc:creator>cw13</dc:creator>
    <dc:date>2024-08-14T17:00:49Z</dc:date>
    <item>
      <title>Output dataset from SGPLOT with Ellipse</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Output-dataset-from-SGPLOT-with-Ellipse/m-p/939279#M2021</link>
      <description>&lt;P&gt;Using the code below, I have created a scatter a 95% prediction ellipse.&amp;nbsp; I added an ODS output statement in hopes of getting the datapoints for the prediction ellipse that are being plotted.&amp;nbsp; However the output dataset provides the x and y axis values along with the slope.&amp;nbsp; Is there a formula I can apply to take the output dataset provided and create the x,y coordinates that are actually plotted to create the prediction ellipse.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sgplot data=sashelp.class;&lt;BR /&gt;ods output sgplot=sg ;&lt;BR /&gt;scatter x=height y=weight;&lt;BR /&gt;ellipse x=height y=weight;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 17:00:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Output-dataset-from-SGPLOT-with-Ellipse/m-p/939279#M2021</guid>
      <dc:creator>cw13</dc:creator>
      <dc:date>2024-08-14T17:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Output dataset from SGPLOT with Ellipse</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Output-dataset-from-SGPLOT-with-Ellipse/m-p/939357#M2022</link>
      <description>Check &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; 's blog:&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2014/07/23/prediction-ellipses-from-covariance.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2014/07/23/prediction-ellipses-from-covariance.html&lt;/A&gt;</description>
      <pubDate>Thu, 15 Aug 2024 01:55:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Output-dataset-from-SGPLOT-with-Ellipse/m-p/939357#M2022</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-08-15T01:55:32Z</dc:date>
    </item>
  </channel>
</rss>

