<?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 Hypothesis Testing in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Hypothesis-Testing/m-p/644038#M192316</link>
    <description>&lt;P&gt;We didn't get to go over this very in depth in class so I'm a little confused as to how to go about this question. I'm assuming proc glm for the first question? I attached some descriptive statistics I performed on the data set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matoma_0-1588182105551.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38882i7C412DED60E7C947/image-size/medium?v=v2&amp;amp;px=400" role="button" title="matoma_0-1588182105551.png" alt="matoma_0-1588182105551.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Test the null hypothesis that there is no difference between the cholesterol of the diabetes group and the non-diabetes group. (HINT: Check the normality of cholesterol first)&lt;/LI&gt;&lt;LI&gt;Using correlation coefficient &amp;gt;0.9 (or &amp;lt;-0.9)&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;as the cutoff criterion, test the null hypothesis that there is no collinearity problem between BMI and age.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Wed, 29 Apr 2020 17:42:44 GMT</pubDate>
    <dc:creator>matoma</dc:creator>
    <dc:date>2020-04-29T17:42:44Z</dc:date>
    <item>
      <title>Hypothesis Testing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hypothesis-Testing/m-p/644038#M192316</link>
      <description>&lt;P&gt;We didn't get to go over this very in depth in class so I'm a little confused as to how to go about this question. I'm assuming proc glm for the first question? I attached some descriptive statistics I performed on the data set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matoma_0-1588182105551.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38882i7C412DED60E7C947/image-size/medium?v=v2&amp;amp;px=400" role="button" title="matoma_0-1588182105551.png" alt="matoma_0-1588182105551.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Test the null hypothesis that there is no difference between the cholesterol of the diabetes group and the non-diabetes group. (HINT: Check the normality of cholesterol first)&lt;/LI&gt;&lt;LI&gt;Using correlation coefficient &amp;gt;0.9 (or &amp;lt;-0.9)&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;as the cutoff criterion, test the null hypothesis that there is no collinearity problem between BMI and age.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 29 Apr 2020 17:42:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hypothesis-Testing/m-p/644038#M192316</guid>
      <dc:creator>matoma</dc:creator>
      <dc:date>2020-04-29T17:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hypothesis Testing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hypothesis-Testing/m-p/644039#M192317</link>
      <description>&lt;P&gt;1. PROC GLM&lt;/P&gt;
&lt;P&gt;2. PROC CORR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although I think setting a correlation of 0.9 is a poor cutoff to determine if there is no collinearity problem.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 17:46:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hypothesis-Testing/m-p/644039#M192317</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-29T17:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hypothesis Testing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hypothesis-Testing/m-p/644040#M192318</link>
      <description>&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;glm&lt;/STRONG&gt; data=mergec;&lt;/P&gt;&lt;P&gt;class diabetes cholesterol;&lt;/P&gt;&lt;P&gt;model cholesterol=diabetes;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;This is what I performed but I'm not sure I got the class and model components correct&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 17:51:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hypothesis-Testing/m-p/644040#M192318</guid>
      <dc:creator>matoma</dc:creator>
      <dc:date>2020-04-29T17:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hypothesis Testing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hypothesis-Testing/m-p/644042#M192320</link>
      <description>&lt;P&gt;Cholesterol is not a CLASS variable.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 17:57:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hypothesis-Testing/m-p/644042#M192320</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-29T17:57:31Z</dc:date>
    </item>
  </channel>
</rss>

