<?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: Testing Normality in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Testing-Normality/m-p/608494#M177105</link>
    <description>If you use BY statements each group is treated independently it’s just repeated for each BY group. &lt;BR /&gt;CLASS is similar but doesn’t require the data to be presorted and will also do subgroups at the same time, if you have multiple variables defining your BY groups. &lt;BR /&gt;&lt;BR /&gt;Yes, you can also use WHERE to filter your data set to a single group at a time. The results of the test is the same regardless of approach.</description>
    <pubDate>Sat, 30 Nov 2019 21:34:35 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-11-30T21:34:35Z</dc:date>
    <item>
      <title>Testing Normality</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Testing-Normality/m-p/608482#M177100</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I want to test the normality of data within a group rather than comparing groups-what is difference in class and by statements.&lt;/P&gt;&lt;P&gt;Can we use where statement to test normality within one group?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc univariate data= mon6 normaltest;
var cohesion;
histogram / normal;
qqplot cohesion/normal(mu=est sigma =est) square;
class condition;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;FONT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2019 20:19:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Testing-Normality/m-p/608482#M177100</guid>
      <dc:creator>knargis160</dc:creator>
      <dc:date>2019-11-30T20:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Normality</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Testing-Normality/m-p/608494#M177105</link>
      <description>If you use BY statements each group is treated independently it’s just repeated for each BY group. &lt;BR /&gt;CLASS is similar but doesn’t require the data to be presorted and will also do subgroups at the same time, if you have multiple variables defining your BY groups. &lt;BR /&gt;&lt;BR /&gt;Yes, you can also use WHERE to filter your data set to a single group at a time. The results of the test is the same regardless of approach.</description>
      <pubDate>Sat, 30 Nov 2019 21:34:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Testing-Normality/m-p/608494#M177105</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-11-30T21:34:35Z</dc:date>
    </item>
  </channel>
</rss>

