<?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: Non-inferiority Proc Mixed Repeated Measures ANOVA in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Non-inferiority-Proc-Mixed-Repeated-Measures-ANOVA/m-p/669208#M31953</link>
    <description>&lt;P&gt;You can use the options LOWER or UPPER to get one tailed tests of the differences in any of an LSMEAN, ESTIMATE or best of all, an LSMESTIMATE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you know the margin of inferiority,, that can be entered with the TESTVALUE option in the LSMESTIMATE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2020 15:57:44 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2020-07-14T15:57:44Z</dc:date>
    <item>
      <title>Non-inferiority Proc Mixed Repeated Measures ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Non-inferiority-Proc-Mixed-Repeated-Measures-ANOVA/m-p/668981#M31947</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a repeated measures design dataset where I would like to test for non-inferiority across two groups over 4 time periods, specifically I am interested in the "group" and "group*time" interaction. I have written the following code but am wondering if there is a way to change it to test for non-inferiority?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=mydata;
  class id group;
  model outcome = time group time*group time*time / solution cl;
  random intercept time / subject = id;
  estimate '1-2' group 1 -1 / cl;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Jul 2020 21:25:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Non-inferiority-Proc-Mixed-Repeated-Measures-ANOVA/m-p/668981#M31947</guid>
      <dc:creator>PeterBr</dc:creator>
      <dc:date>2020-07-13T21:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Non-inferiority Proc Mixed Repeated Measures ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Non-inferiority-Proc-Mixed-Repeated-Measures-ANOVA/m-p/669208#M31953</link>
      <description>&lt;P&gt;You can use the options LOWER or UPPER to get one tailed tests of the differences in any of an LSMEAN, ESTIMATE or best of all, an LSMESTIMATE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you know the margin of inferiority,, that can be entered with the TESTVALUE option in the LSMESTIMATE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 15:57:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Non-inferiority-Proc-Mixed-Repeated-Measures-ANOVA/m-p/669208#M31953</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-07-14T15:57:44Z</dc:date>
    </item>
  </channel>
</rss>

