<?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 surveyfreq question in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-surveyfreq-question/m-p/282222#M14876</link>
    <description>&lt;P&gt;I think the PROC SURVEYFREQ doc provides these answers if you know where to look.:&lt;/P&gt;
&lt;P&gt;1) &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_whatsnew_toc.htm" target="_self"&gt;Go to the SAS documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2) Click the procedure you want information about. In this case, PROC SURVEYFREQ.&lt;/P&gt;
&lt;P&gt;3) Look under the "details" tab. This is where statistical formulas are usually presented and discussed. &amp;nbsp;In this case, select "Statistical Computations."&lt;/P&gt;
&lt;P&gt;4. You will see &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_surveyfreq_details18.htm" target="_self"&gt;many sections that explain how the SURVEYFREQ&amp;nbsp;procedure works&lt;/A&gt;. Select "Rao-Scott Chi-Square Test."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The doc does not include the string 'chisq1'. &amp;nbsp;However, it does discuss the first-order Rao-Scott chi-square statistics for the goodness-of-fit test. &amp;nbsp;It includes links to the syntax section (how do you get the test?), links to the literature (who invented the test? When?) and links to other sections of the doc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The doc tells me that CHISQ1 option is very old and the most recent version of SAS no longer uses&amp;nbsp;that name. The option is now called the CHISQ(MODIFIED) option. &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_surveyfreq_syntax06.htm" target="_self"&gt;The syntax section for the CHISQ option&lt;/A&gt;&amp;nbsp;describes the difference between the first-order Rao-Scott test and the modified test.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2016 17:26:15 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-07-05T17:26:15Z</dc:date>
    <item>
      <title>proc surveyfreq question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-surveyfreq-question/m-p/282213#M14875</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a question about using proc surveyfreq procedure to examin the relationship between two categorical variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently I use chisq to perform chi-square statics but my colleague use chisq1 to performa chi-square statics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The same dataset and same variables, when I run the proc surveyfreq procefure with chi-sq and obtained p value 0.0503. My colleague will get a different p value (0.0463) by using chisq1 to run chi-square statistics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know chisq1 is &lt;SPAN&gt;requested Rao-Scott modified chi-square test. My question is how do I know which chi-square statictics I should apply?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Does anyone know what's difference between chisq and chisq1?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 17:07:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-surveyfreq-question/m-p/282213#M14875</guid>
      <dc:creator>Addison</dc:creator>
      <dc:date>2016-07-05T17:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc surveyfreq question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-surveyfreq-question/m-p/282222#M14876</link>
      <description>&lt;P&gt;I think the PROC SURVEYFREQ doc provides these answers if you know where to look.:&lt;/P&gt;
&lt;P&gt;1) &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_whatsnew_toc.htm" target="_self"&gt;Go to the SAS documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2) Click the procedure you want information about. In this case, PROC SURVEYFREQ.&lt;/P&gt;
&lt;P&gt;3) Look under the "details" tab. This is where statistical formulas are usually presented and discussed. &amp;nbsp;In this case, select "Statistical Computations."&lt;/P&gt;
&lt;P&gt;4. You will see &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_surveyfreq_details18.htm" target="_self"&gt;many sections that explain how the SURVEYFREQ&amp;nbsp;procedure works&lt;/A&gt;. Select "Rao-Scott Chi-Square Test."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The doc does not include the string 'chisq1'. &amp;nbsp;However, it does discuss the first-order Rao-Scott chi-square statistics for the goodness-of-fit test. &amp;nbsp;It includes links to the syntax section (how do you get the test?), links to the literature (who invented the test? When?) and links to other sections of the doc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The doc tells me that CHISQ1 option is very old and the most recent version of SAS no longer uses&amp;nbsp;that name. The option is now called the CHISQ(MODIFIED) option. &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_surveyfreq_syntax06.htm" target="_self"&gt;The syntax section for the CHISQ option&lt;/A&gt;&amp;nbsp;describes the difference between the first-order Rao-Scott test and the modified test.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 17:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-surveyfreq-question/m-p/282222#M14876</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-07-05T17:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: proc surveyfreq question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-surveyfreq-question/m-p/282224#M14877</link>
      <description>&lt;P&gt;From the online documentation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two forms of the design correction are available for the Rao-Scott tests. One form of the design correction uses the &lt;STRONG&gt;proportion estimates&lt;/STRONG&gt;, and you request the corresponding Rao-Scott chi-square test with the &lt;A href="mk:@MSITStore:C:\Program%20Files\SAS\SASFoundation\9.2(32-bit)\core\help\statug.chm::/statug.hlp/statug_surveyfreq_sect009.htm#statug.surveyfreq.sfreqchisq" target="_blank"&gt;CHISQ&lt;/A&gt; option. The other form of the design correction uses the &lt;STRONG&gt;null hypothesis proportions&lt;/STRONG&gt;. You request this test, called the Rao-Scott modified chi-square test, with the &lt;A href="mk:@MSITStore:C:\Program%20Files\SAS\SASFoundation\9.2(32-bit)\core\help\statug.chm::/statug.hlp/statug_surveyfreq_sect009.htm#statug.surveyfreq.sfreqchisq1" target="_blank"&gt;CHISQ1&lt;/A&gt; option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is much more detail in the online help if you want to work through the algebra.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 17:31:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-surveyfreq-question/m-p/282224#M14877</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-07-05T17:31:32Z</dc:date>
    </item>
  </channel>
</rss>

