<?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: hypothesis testing statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600242#M173448</link>
    <description>Cholesterol level is continuous so you'd use a t-test then.</description>
    <pubDate>Wed, 30 Oct 2019 03:12:47 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-10-30T03:12:47Z</dc:date>
    <item>
      <title>hypothesis testing statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600233#M173440</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;This is what i am trying to solve;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Medical researchers believe that a patient’s cholesterol level drops after a&lt;/DIV&gt;&lt;DIV&gt;heart attack&lt;/DIV&gt;Develop the hypothesis statements to test this statement and the&lt;/DIV&gt;&lt;DIV&gt;associated testing matrix or confusion matrix. The time period of&lt;/DIV&gt;&lt;DIV&gt;interest is from Day 2 after the attack to Day 4 after the attack.&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Test this claim at the alpha = .05 level.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;i honestly don't know how to do the testing.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;do i use a proc ttest?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Oct 2019 02:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600233#M173440</guid>
      <dc:creator>pinkyloop</dc:creator>
      <dc:date>2019-10-30T02:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: hypothesis testing statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600235#M173442</link>
      <description>&amp;gt;Develop the hypothesis statements to test this statement&lt;BR /&gt;&lt;BR /&gt;This part is first. What is your hypothesis?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.statisticshowto.datasciencecentral.com/probability-and-statistics/hypothesis-testing/" target="_blank"&gt;https://www.statisticshowto.datasciencecentral.com/probability-and-statistics/hypothesis-testing/&lt;/A&gt;</description>
      <pubDate>Wed, 30 Oct 2019 02:13:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600235#M173442</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-30T02:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: hypothesis testing statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600236#M173443</link>
      <description>And since this is likely homework, the test is likely one you've covered in class, so which tests have you covered in class so far?</description>
      <pubDate>Wed, 30 Oct 2019 02:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600236#M173443</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-30T02:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: hypothesis testing statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600237#M173444</link>
      <description>&lt;P&gt;we have covered proc freq and proc ttest&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 02:24:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600237#M173444</guid>
      <dc:creator>pinkyloop</dc:creator>
      <dc:date>2019-10-30T02:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: hypothesis testing statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600238#M173445</link>
      <description>That alternative hypothesis is not equal to zero?</description>
      <pubDate>Wed, 30 Oct 2019 02:27:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600238#M173445</guid>
      <dc:creator>pinkyloop</dc:creator>
      <dc:date>2019-10-30T02:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: hypothesis testing statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600239#M173446</link>
      <description>figured it out&lt;BR /&gt;If i test the cholesterol level of individuals after a heart attack ,the Cholesterol level drops</description>
      <pubDate>Wed, 30 Oct 2019 02:32:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600239#M173446</guid>
      <dc:creator>pinkyloop</dc:creator>
      <dc:date>2019-10-30T02:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: hypothesis testing statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600242#M173448</link>
      <description>Cholesterol level is continuous so you'd use a t-test then.</description>
      <pubDate>Wed, 30 Oct 2019 03:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600242#M173448</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-30T03:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: hypothesis testing statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600243#M173449</link>
      <description>Thanks!&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Oct 2019 03:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hypothesis-testing-statement/m-p/600243#M173449</guid>
      <dc:creator>pinkyloop</dc:creator>
      <dc:date>2019-10-30T03:38:07Z</dc:date>
    </item>
  </channel>
</rss>

