<?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 and MEANS procedure in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-UNIVARIATE-and-MEANS-procedure/m-p/509361#M136925</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/232019"&gt;@shaher&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;About "&amp;nbsp;&lt;SPAN&gt;examine extreme observations to identify potential outliers"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is this code, right?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc univariate data=dt1;&lt;BR /&gt;var AGE BMI CD4ct HIVrnaLev FMD CRP HDLC;&lt;BR /&gt;ID AGE BMI CD4ct HIVrnaLev FMD CRP HDLC;&lt;BR /&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and I don't know how to find "&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;if normality if not violated, generate mean (SD). if normality is violated, generate median (IQR) "&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 472px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24540iB6F96E1CE8F9C5BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;By adding NORMAL to the proc statement the procedure will display some normatlity test statistics.&lt;/P&gt;
&lt;P&gt;IQR is one of the default statistics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then USE or report&amp;nbsp;the ones you want based on the normality assessment you make.&lt;/P&gt;</description>
    <pubDate>Wed, 31 Oct 2018 21:53:56 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-10-31T21:53:56Z</dc:date>
    <item>
      <title>PROC UNIVARIATE and MEANS procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-UNIVARIATE-and-MEANS-procedure/m-p/509320#M136912</link>
      <description>&lt;P&gt;About "&amp;nbsp;&lt;SPAN&gt;examine extreme observations to identify potential outliers"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is this code, right?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc univariate data=dt1;&lt;BR /&gt;var AGE BMI CD4ct HIVrnaLev FMD CRP HDLC;&lt;BR /&gt;ID AGE BMI CD4ct HIVrnaLev FMD CRP HDLC;&lt;BR /&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and I don't know how to find "&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;if normality if not violated, generate mean (SD). if normality is violated, generate median (IQR) "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 472px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24540iB6F96E1CE8F9C5BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 20:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-UNIVARIATE-and-MEANS-procedure/m-p/509320#M136912</guid>
      <dc:creator>shaher</dc:creator>
      <dc:date>2018-10-31T20:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: PROC UNIVARIATE and MEANS procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-UNIVARIATE-and-MEANS-procedure/m-p/509361#M136925</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/232019"&gt;@shaher&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;About "&amp;nbsp;&lt;SPAN&gt;examine extreme observations to identify potential outliers"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is this code, right?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc univariate data=dt1;&lt;BR /&gt;var AGE BMI CD4ct HIVrnaLev FMD CRP HDLC;&lt;BR /&gt;ID AGE BMI CD4ct HIVrnaLev FMD CRP HDLC;&lt;BR /&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and I don't know how to find "&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;if normality if not violated, generate mean (SD). if normality is violated, generate median (IQR) "&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 472px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24540iB6F96E1CE8F9C5BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;By adding NORMAL to the proc statement the procedure will display some normatlity test statistics.&lt;/P&gt;
&lt;P&gt;IQR is one of the default statistics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then USE or report&amp;nbsp;the ones you want based on the normality assessment you make.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 21:53:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-UNIVARIATE-and-MEANS-procedure/m-p/509361#M136925</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-31T21:53:56Z</dc:date>
    </item>
  </channel>
</rss>

