<?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: proc univariate in Streaming Analytics</title>
    <link>https://communities.sas.com/t5/Streaming-Analytics/proc-univariate/m-p/542294#M131</link>
    <description>&lt;P&gt;It does not run for two variables. It runs separate analyses for each level of the variable sex. Since sex has two levels: M and F, you see two separate analyses in your output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similarly, the species variable in sashelp.iris has three levels, so the below code returns tree levels of analysis&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc univariate data = sashelp.iris;
class species;
var sepallength;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 12 Mar 2019 08:48:12 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2019-03-12T08:48:12Z</dc:date>
    <item>
      <title>proc univariate</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/proc-univariate/m-p/542292#M130</link>
      <description>&lt;P&gt;Proc Univariate data = sashelp.class ;&lt;/P&gt;&lt;P&gt;class sex ;&lt;/P&gt;&lt;P&gt;var age ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc Univariate is an analysis for 1 variable then how come it is still running for 2 variables? Here sex is qualitative and age is quantitative. why it is not giving any error ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:41:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/proc-univariate/m-p/542292#M130</guid>
      <dc:creator>sanyam13</dc:creator>
      <dc:date>2019-03-12T08:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc univariate</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/proc-univariate/m-p/542294#M131</link>
      <description>&lt;P&gt;It does not run for two variables. It runs separate analyses for each level of the variable sex. Since sex has two levels: M and F, you see two separate analyses in your output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similarly, the species variable in sashelp.iris has three levels, so the below code returns tree levels of analysis&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc univariate data = sashelp.iris;
class species;
var sepallength;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/proc-univariate/m-p/542294#M131</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-03-12T08:48:12Z</dc:date>
    </item>
  </channel>
</rss>

