<?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: Permutation test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/unreadable-title/m-p/231409#M12189</link>
    <description>&lt;P&gt;You could start by testing if the proportion of zeros is the same across b groups:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data myData0;
set myData;
isZero = a=0;
run;

proc freq data=myData0;
tables isZero*b / chisq;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 23 Oct 2015 17:40:49 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2015-10-23T17:40:49Z</dc:date>
    <item>
      <title>.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/unreadable-title/m-p/231336#M12181</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 09:37:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/unreadable-title/m-p/231336#M12181</guid>
      <dc:creator>schwartz</dc:creator>
      <dc:date>2015-11-12T09:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Permutation test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/unreadable-title/m-p/231341#M12184</link>
      <description>&lt;P&gt;I can't tell from your picture if this is count data or not. Is your response variable always an integer, or does it include values like 0.5 and 0.87321?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS/STAT supports fitting several zero-inflated models. You can &lt;A href="http://support.sas.com/rnd/app/examples/stat/GENMODZIP/roots.pdf" target="_self"&gt;use PROC GENMOD to fit zero-inflated models&lt;/A&gt;, or you can &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_fmm_a0000000322.htm" target="_self"&gt;use PROC FMM to fit the data as a finite mixture.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that doesn't suffice, what kind of a permutation test are you looking for? What quantity are you comparing between groups?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 13:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/unreadable-title/m-p/231341#M12184</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-10-23T13:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Permutation test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/unreadable-title/m-p/231409#M12189</link>
      <description>&lt;P&gt;You could start by testing if the proportion of zeros is the same across b groups:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data myData0;
set myData;
isZero = a=0;
run;

proc freq data=myData0;
tables isZero*b / chisq;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Oct 2015 17:40:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/unreadable-title/m-p/231409#M12189</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-10-23T17:40:49Z</dc:date>
    </item>
  </channel>
</rss>

