<?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 Paired T-test &amp;amp; ANCOVA in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Paired-T-test-amp-ANCOVA/m-p/310190#M16406</link>
    <description>&lt;P&gt;Using the dataset shown below, I have calculated means and changes from baseline using the following codes:&lt;/P&gt;&lt;P&gt;&lt;IMG title="sas1.png" alt="sas1.png" src="https://communities.sas.com/t5/image/serverpage/image-id/5714i9BB608FBDE1BB54B/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;means&lt;/STRONG&gt; data = asas.ttest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N MEAN STDERR STD;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var RESULT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class TRT PARAMCD VISIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title 'Mean BMI and HR';&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;IMG title="sas2.png" alt="sas2.png" src="https://communities.sas.com/t5/image/serverpage/image-id/5712iD522F267C91B137A/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;means&lt;/STRONG&gt; data = asas.ttest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N MEAN STDERR STD;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var CHG;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class TRT PARAMCD VISIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title 'Change from Baseline of BMI and HR';&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;IMG title="sas3.png" alt="sas3.png" src="https://communities.sas.com/t5/image/serverpage/image-id/5713i6C52C9391753EBB2/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am now trying to perform Paired t-tests for Changes from Baseline (CHG) at two different time points (Week 6 &amp;amp; Week12), for the two different parameters (BMI &amp;amp; HR) for the two separate treatment groups (A &amp;amp; B) independently; That is, I want to analyze the effects (change from baseline) of the two treatments independently.&lt;/P&gt;&lt;P&gt;Secondly, I am trying to perform an ANCOVA to compare the changes from baseline between the two treatment groups, at the two time points, for the two different parameters, with the Baseline value as the covariate; That is, I want to compare the treatments.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2016 17:57:36 GMT</pubDate>
    <dc:creator>Adambo</dc:creator>
    <dc:date>2016-11-08T17:57:36Z</dc:date>
    <item>
      <title>Paired T-test &amp; ANCOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Paired-T-test-amp-ANCOVA/m-p/310190#M16406</link>
      <description>&lt;P&gt;Using the dataset shown below, I have calculated means and changes from baseline using the following codes:&lt;/P&gt;&lt;P&gt;&lt;IMG title="sas1.png" alt="sas1.png" src="https://communities.sas.com/t5/image/serverpage/image-id/5714i9BB608FBDE1BB54B/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;means&lt;/STRONG&gt; data = asas.ttest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N MEAN STDERR STD;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var RESULT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class TRT PARAMCD VISIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title 'Mean BMI and HR';&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;IMG title="sas2.png" alt="sas2.png" src="https://communities.sas.com/t5/image/serverpage/image-id/5712iD522F267C91B137A/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;means&lt;/STRONG&gt; data = asas.ttest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N MEAN STDERR STD;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var CHG;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class TRT PARAMCD VISIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title 'Change from Baseline of BMI and HR';&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;IMG title="sas3.png" alt="sas3.png" src="https://communities.sas.com/t5/image/serverpage/image-id/5713i6C52C9391753EBB2/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am now trying to perform Paired t-tests for Changes from Baseline (CHG) at two different time points (Week 6 &amp;amp; Week12), for the two different parameters (BMI &amp;amp; HR) for the two separate treatment groups (A &amp;amp; B) independently; That is, I want to analyze the effects (change from baseline) of the two treatments independently.&lt;/P&gt;&lt;P&gt;Secondly, I am trying to perform an ANCOVA to compare the changes from baseline between the two treatment groups, at the two time points, for the two different parameters, with the Baseline value as the covariate; That is, I want to compare the treatments.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:57:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Paired-T-test-amp-ANCOVA/m-p/310190#M16406</guid>
      <dc:creator>Adambo</dc:creator>
      <dc:date>2016-11-08T17:57:36Z</dc:date>
    </item>
  </channel>
</rss>

