<?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 output explanation in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-UNIVARIATE-output-explanation/m-p/296556#M60201</link>
    <description>&lt;P&gt;Look at the &lt;A href="http://blogs.sas.com/content/iml/2016/03/09/comparative-panel-overlay-histograms-sas.html" target="_self"&gt;comparative histograms.&lt;/A&gt;&amp;nbsp;Also use&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;/P&gt;
&lt;P&gt;and get rid of the PLOT option.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2016 14:58:04 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-09-05T14:58:04Z</dc:date>
    <item>
      <title>PROC UNIVARIATE output explanation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-UNIVARIATE-output-explanation/m-p/296409#M60187</link>
      <description>&lt;P&gt;Hello;&lt;/P&gt;&lt;P&gt;I coded a proc univariate to analyze the variable FEV for smokers and non-smokers. Let me write the code here and the output as well.&lt;/P&gt;&lt;PRE class="sce-render"&gt;&lt;SPAN class="sec-keyword"&gt;PROC&lt;/SPAN&gt; &lt;SPAN class="sec-keyword"&gt;MEANS&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="text"&gt;pulfun&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="keyword"&gt;CLASS&lt;/SPAN&gt; &lt;SPAN class="text"&gt;smoke&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="keyword"&gt;VAR&lt;/SPAN&gt; &lt;SPAN class="text"&gt;fev&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="sec-keyword"&gt;RUN&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="sec-keyword"&gt;PROC&lt;/SPAN&gt; &lt;SPAN class="sec-keyword"&gt;SORT&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="text"&gt;pulfun&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="keyword"&gt;BY&lt;/SPAN&gt; &lt;SPAN class="text"&gt;smoke&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="sec-keyword"&gt;RUN&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="sec-keyword"&gt;PROC&lt;/SPAN&gt; &lt;SPAN class="sec-keyword"&gt;UNIVARIATE&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="text"&gt;pulfun&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;PLOT&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="keyword"&gt;By&lt;/SPAN&gt; &lt;SPAN class="text"&gt;smoke&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="keyword"&gt;VAR&lt;/SPAN&gt; &lt;SPAN class="text"&gt;fev&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;And, I got the output attached as PDF file. My question is:&lt;/P&gt;&lt;P&gt;"Based on the output of PROC UNIVARIATE, describe the differences and similarities in the shapes of the FEV distributions for smokers and non-smokers.&amp;nbsp; Specifically identify the features of the output that you used."&lt;/P&gt;&lt;P&gt;Help me please. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 20:48:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-UNIVARIATE-output-explanation/m-p/296409#M60187</guid>
      <dc:creator>Tsegazaab</dc:creator>
      <dc:date>2016-09-04T20:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROC UNIVARIATE output explanation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-UNIVARIATE-output-explanation/m-p/296411#M60189</link>
      <description>&lt;P&gt;It's easier to make a comparison if they're overlayed in some manner.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the histogram statement.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 21:04:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-UNIVARIATE-output-explanation/m-p/296411#M60189</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-04T21:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROC UNIVARIATE output explanation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-UNIVARIATE-output-explanation/m-p/296412#M60190</link>
      <description>&lt;P&gt;So, could you answer my question please? I am not clear with that concept. I am waiting.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 21:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-UNIVARIATE-output-explanation/m-p/296412#M60190</guid>
      <dc:creator>Tsegazaab</dc:creator>
      <dc:date>2016-09-04T21:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC UNIVARIATE output explanation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-UNIVARIATE-output-explanation/m-p/296416#M60191</link>
      <description>&lt;P&gt;Distributions have specific features that are used for comparison:&lt;/P&gt;
&lt;P&gt;measure of center such as median/mean&lt;/P&gt;
&lt;P&gt;Tails&lt;/P&gt;
&lt;P&gt;Outliers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can compare the distributions using the graphs and/or the box plot. I find a box plot easier to write up a comparison.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;So how do smokers compare for the median and mean for the FEV variable? Are the tails longer in one than the other? In a specific direction? What about outliers between the two?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Khan Academy has a full chapter on this topic (Comparing features of a distribution). They do a better job of explaining this than I would.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.khanacademy.org/math/statistics-probability/displaying-describing-data/comparing-features-distributions/v/comparing-dot-plots-histograms-and-box-plots" target="_blank"&gt;https://www.khanacademy.org/math/statistics-probability/displaying-describing-data/comparing-features-distributions/v/comparing-dot-plots-histograms-and-box-plots&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is clearly homework so this as much of an answer I'm willing to provide (my personal rule). Others may (or may not) choose to provide more assistance. Good Luck.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 21:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-UNIVARIATE-output-explanation/m-p/296416#M60191</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-04T21:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC UNIVARIATE output explanation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-UNIVARIATE-output-explanation/m-p/296556#M60201</link>
      <description>&lt;P&gt;Look at the &lt;A href="http://blogs.sas.com/content/iml/2016/03/09/comparative-panel-overlay-histograms-sas.html" target="_self"&gt;comparative histograms.&lt;/A&gt;&amp;nbsp;Also use&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;/P&gt;
&lt;P&gt;and get rid of the PLOT option.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 14:58:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-UNIVARIATE-output-explanation/m-p/296556#M60201</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-09-05T14:58:04Z</dc:date>
    </item>
  </channel>
</rss>

