<?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: How I use t-test in complex survey deign in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/427284#M22537</link>
    <description>&lt;P&gt;Add T to the proc surveymeans statement to request a t-test.&lt;/P&gt;
&lt;P&gt;The Ratio statement would be used to indicate which variables to test.&lt;/P&gt;
&lt;P&gt;Ratio x y / z t ; where x y z and t are variables will request tests for x with z, x with t, y with z and y with t.&lt;/P&gt;
&lt;P&gt;If a variable appears on both sides to the / then the test of a variable with itself is ignored.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2018 17:22:02 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-01-12T17:22:02Z</dc:date>
    <item>
      <title>How I use t-test in complex survey deign</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/427092#M22536</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How I use t-test in complex survey deign, I read I can do that through surveymeans, but I still don't know how, please help me with the code&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 02:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/427092#M22536</guid>
      <dc:creator>dode</dc:creator>
      <dc:date>2018-01-12T02:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How I use t-test in complex survey deign</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/427284#M22537</link>
      <description>&lt;P&gt;Add T to the proc surveymeans statement to request a t-test.&lt;/P&gt;
&lt;P&gt;The Ratio statement would be used to indicate which variables to test.&lt;/P&gt;
&lt;P&gt;Ratio x y / z t ; where x y z and t are variables will request tests for x with z, x with t, y with z and y with t.&lt;/P&gt;
&lt;P&gt;If a variable appears on both sides to the / then the test of a variable with itself is ignored.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 17:22:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/427284#M22537</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-12T17:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: How I use t-test in complex survey deign</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/427322#M22538</link>
      <description>&lt;P&gt;Hello &lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884" target="_self"&gt;&lt;SPAN class="login-bold"&gt;&lt;STRONG&gt;ballardw&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you so much for replay, I provided you the code below, I added T, please can you see if i did the code correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc surveymeans data=transform;&lt;BR /&gt;var cognitive_impairment /T;&lt;BR /&gt;domain education;&lt;BR /&gt;cluster raehsamp;&lt;BR /&gt;strata raestrat;&lt;BR /&gt;weight r7wtresp;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 19:05:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/427322#M22538</guid>
      <dc:creator>dode</dc:creator>
      <dc:date>2018-01-12T19:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: How I use t-test in complex survey deign</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/427500#M22539</link>
      <description>&lt;P&gt;proc surveymeans data=transform; T;&lt;BR /&gt;var cognitive_impairment ;&lt;BR /&gt;domain education;&lt;/P&gt;&lt;P&gt;ratio cognitive_impairment/education;&lt;BR /&gt;cluster raehsamp;&lt;BR /&gt;strata raestrat;&lt;BR /&gt;weight r7wtresp;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please check if the code is correct&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jan 2018 03:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/427500#M22539</guid>
      <dc:creator>dode</dc:creator>
      <dc:date>2018-01-14T03:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: How I use t-test in complex survey deign</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/427501#M22540</link>
      <description>&lt;P&gt;also how I di ANOVA in survey complex design ?&lt;/P&gt;&lt;P&gt;and Wilcoxon?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jan 2018 03:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/427501#M22540</guid>
      <dc:creator>dode</dc:creator>
      <dc:date>2018-01-14T03:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How I use t-test in complex survey deign</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/429144#M22548</link>
      <description>&lt;P&gt;You can use Proc SURVEYREG to fit an ANOVA to complex survey data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are no procedures to fit non-parametric models, although I suppose you could apply SURVEYREG to the ranks.&amp;nbsp; You would have to do a little research to see how this would be different from the SRS-world but it might be a possibility.&amp;nbsp; I believe this &lt;A href="http://www.isr.umich.edu/src/smp/asda/" target="_self"&gt;book&lt;/A&gt; even discusses it although I don't recall where exactly in the book it is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 14:44:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-I-use-t-test-in-complex-survey-deign/m-p/429144#M22548</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2018-01-19T14:44:34Z</dc:date>
    </item>
  </channel>
</rss>

