<?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: parabolic graph in SAS VA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/parabolic-graph-in-SAS-VA/m-p/523111#M11684</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44456"&gt;@upadhi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;1. I have a requirement to build parabolic graph. Can we do it using SAS VA or STP?&lt;/P&gt;
&lt;P&gt;2. Requirement is user enters the parameter and on the spot it runs a an STP and from the output the graph is populated.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And what parameter(s) would that be?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally you would build a data set using the parameter(s) and graph that.&lt;/P&gt;
&lt;P&gt;A very basic parabola data set using y = x*x&lt;/P&gt;
&lt;PRE&gt;data work.parabola;
   do x= -10 to 10 by .1;
      y = x*x;
      output;
   end;
run;&lt;/PRE&gt;</description>
    <pubDate>Fri, 21 Dec 2018 16:57:51 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-12-21T16:57:51Z</dc:date>
    <item>
      <title>parabolic graph in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/parabolic-graph-in-SAS-VA/m-p/523001#M11679</link>
      <description>&lt;P&gt;1. I have a requirement to build parabolic graph. Can we do it using SAS VA or STP?&lt;/P&gt;
&lt;P&gt;2. Requirement is user enters the parameter and on the spot it runs a an STP and from the output the graph is populated.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 05:38:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/parabolic-graph-in-SAS-VA/m-p/523001#M11679</guid>
      <dc:creator>upadhi</dc:creator>
      <dc:date>2018-12-21T05:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: parabolic graph in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/parabolic-graph-in-SAS-VA/m-p/523111#M11684</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44456"&gt;@upadhi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;1. I have a requirement to build parabolic graph. Can we do it using SAS VA or STP?&lt;/P&gt;
&lt;P&gt;2. Requirement is user enters the parameter and on the spot it runs a an STP and from the output the graph is populated.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And what parameter(s) would that be?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally you would build a data set using the parameter(s) and graph that.&lt;/P&gt;
&lt;P&gt;A very basic parabola data set using y = x*x&lt;/P&gt;
&lt;PRE&gt;data work.parabola;
   do x= -10 to 10 by .1;
      y = x*x;
      output;
   end;
run;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Dec 2018 16:57:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/parabolic-graph-in-SAS-VA/m-p/523111#M11684</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-12-21T16:57:51Z</dc:date>
    </item>
  </channel>
</rss>

