<?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: Test to see if values for porpulation significantly different. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Test-to-see-if-values-for-porpulation-significantly-different/m-p/325991#M17204</link>
    <description>&lt;P&gt;Thanks for your answer. How can I easily also retrieve a table with the output statistics?&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2017 15:05:25 GMT</pubDate>
    <dc:creator>JooK</dc:creator>
    <dc:date>2017-01-19T15:05:25Z</dc:date>
    <item>
      <title>Test to see if values for porpulation significantly different.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Test-to-see-if-values-for-porpulation-significantly-different/m-p/325973#M17202</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking to test on sas-mainframe (V9, not sas-pc 9.4) if two populations are significatnly different.&lt;/P&gt;&lt;P&gt;I have one continuous variable for 2 populations and want to get a "p-value" in&amp;nbsp;a simple output table to know how different the populations are. I think this shopuld be easily available in sas, but I cannot find it. Note: One of the two populations is 100 times bigger than the other one.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:00:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Test-to-see-if-values-for-porpulation-significantly-different/m-p/325973#M17202</guid>
      <dc:creator>JooK</dc:creator>
      <dc:date>2017-01-19T14:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Test to see if values for porpulation significantly different.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Test-to-see-if-values-for-porpulation-significantly-different/m-p/325976#M17203</link>
      <description>&lt;P&gt;There are many ways that two populations can differ. If you are looking for a Stats 101 test, you probably want the univariate&amp;nbsp;t test, which tests whether the population means are different. &amp;nbsp;You can use PROC TTEST for this. See &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_ttest_gettingstarted02.htm" target="_self"&gt;the example in the documentation for comparing group means&lt;/A&gt;. To use the TTEST&amp;nbsp;procedure, you will want to put the data in "long form" in a single data set, like this.&lt;/P&gt;
&lt;P&gt;GROUP &amp;nbsp;VALUE&lt;/P&gt;
&lt;P&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;2&lt;/P&gt;
&lt;P&gt;2&lt;/P&gt;
&lt;P&gt;2&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't know how to do that, write back and tell us the names of your data sets and variables.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Test-to-see-if-values-for-porpulation-significantly-different/m-p/325976#M17203</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-01-19T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Test to see if values for porpulation significantly different.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Test-to-see-if-values-for-porpulation-significantly-different/m-p/325991#M17204</link>
      <description>&lt;P&gt;Thanks for your answer. How can I easily also retrieve a table with the output statistics?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:05:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Test-to-see-if-values-for-porpulation-significantly-different/m-p/325991#M17204</guid>
      <dc:creator>JooK</dc:creator>
      <dc:date>2017-01-19T15:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Test to see if values for porpulation significantly different.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Test-to-see-if-values-for-porpulation-significantly-different/m-p/325999#M17205</link>
      <description>&lt;P&gt;The tables will be displayed automatically. Do you mean&amp;nbsp;that you want to create a data set of the results?&lt;/P&gt;
&lt;P&gt;If so &lt;A href="http://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_self"&gt;use the ODS OUTPUT statement to create a SAS data set from the table.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:20:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Test-to-see-if-values-for-porpulation-significantly-different/m-p/325999#M17205</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-01-19T15:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Test to see if values for porpulation significantly different.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Test-to-see-if-values-for-porpulation-significantly-different/m-p/326012#M17206</link>
      <description>&lt;P&gt;indeed. I just found it ODS OUTPUT STATISTICS=.... ;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:31:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Test-to-see-if-values-for-porpulation-significantly-different/m-p/326012#M17206</guid>
      <dc:creator>JooK</dc:creator>
      <dc:date>2017-01-19T15:31:33Z</dc:date>
    </item>
  </channel>
</rss>

