<?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 Contrast/Estimate Statement to detect specific treatment effect in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Contrast-Estimate-Statement-to-detect-specific-treatment-effect/m-p/269368#M58138</link>
    <description>&lt;P&gt;I have an GLM and a treament variable given to the patient in a factorial fashion coded in the following manner&lt;/P&gt;&lt;P&gt;1-control&lt;/P&gt;&lt;P&gt;2-oral drug A&lt;/P&gt;&lt;P&gt;3-inhaler B&lt;/P&gt;&lt;P&gt;4-drug A and B togther&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My outcome variable is the weekly number of puffs of albuterol taken for the patient's asthma.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to test whether the treatment effect, which is significant in my model, can be attributed entirely to the inhaler B. Can someone help me in how I might test this in SAS? Would it be some sort of contrast statement? Thanks all.&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2016 21:21:35 GMT</pubDate>
    <dc:creator>suebayran</dc:creator>
    <dc:date>2016-05-10T21:21:35Z</dc:date>
    <item>
      <title>Contrast/Estimate Statement to detect specific treatment effect</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Contrast-Estimate-Statement-to-detect-specific-treatment-effect/m-p/269368#M58138</link>
      <description>&lt;P&gt;I have an GLM and a treament variable given to the patient in a factorial fashion coded in the following manner&lt;/P&gt;&lt;P&gt;1-control&lt;/P&gt;&lt;P&gt;2-oral drug A&lt;/P&gt;&lt;P&gt;3-inhaler B&lt;/P&gt;&lt;P&gt;4-drug A and B togther&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My outcome variable is the weekly number of puffs of albuterol taken for the patient's asthma.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to test whether the treatment effect, which is significant in my model, can be attributed entirely to the inhaler B. Can someone help me in how I might test this in SAS? Would it be some sort of contrast statement? Thanks all.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 21:21:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Contrast-Estimate-Statement-to-detect-specific-treatment-effect/m-p/269368#M58138</guid>
      <dc:creator>suebayran</dc:creator>
      <dc:date>2016-05-10T21:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Contrast/Estimate Statement to detect specific treatment effect</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Contrast-Estimate-Statement-to-detect-specific-treatment-effect/m-p/270325#M58221</link>
      <description>&lt;P&gt;Unfortunately, this experimental design isn't really a factorial, as each patient proceeds through the four treatments in the same order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In that sense, this is a repeated measures design, with a response variable that is a count. &amp;nbsp;In order to get the comparisons you want, you'll likely want to use PROC GLIMMIX.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the following for a comparison of the marginal estimates:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glimmix data=yourdata;
class ID treatment;
model count = treatment / dist=poisson;
random treatment / residual type=un subject=ID;
lsmeans treatment / diff;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This should at least get you started. &amp;nbsp;There may be some glitches along the way as far as convergence, etc., but those can be dealt with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 12:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Contrast-Estimate-Statement-to-detect-specific-treatment-effect/m-p/270325#M58221</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-05-13T12:30:20Z</dc:date>
    </item>
  </channel>
</rss>

