<?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: how do you compare an answer on the Likert scale between several treatments and products? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/929142#M46295</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;Thank you very much.&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 12:44:09 GMT</pubDate>
    <dc:creator>saviour</dc:creator>
    <dc:date>2024-05-21T12:44:09Z</dc:date>
    <item>
      <title>how do you compare an answer on the Likert scale between several treatments and products?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/928649#M46261</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was wondering whether it is correct to analyze the dependent variable X on a Likert scale (scale 1 -5) with the independent variables TRT (1, 2, 3 and 4) and product (A, B and C) with this model:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic;&lt;BR /&gt;class trt product;&lt;BR /&gt;model X (EVENT='1')=trt product;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or this one:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glm;&lt;/P&gt;&lt;P&gt;class trt product;&lt;/P&gt;&lt;P&gt;model X=trt product/solution;&lt;/P&gt;&lt;P&gt;means trt product/hovtest;&lt;/P&gt;&lt;P&gt;lsmeans trt product/pdiff&amp;nbsp; adjust=tukey&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Alen&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 12:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/928649#M46261</guid>
      <dc:creator>saviour</dc:creator>
      <dc:date>2024-05-16T12:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: how do you compare an answer on the Likert scale between several treatments and products?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/928659#M46262</link>
      <description>&lt;P&gt;Neither, though PROC LOGISTIC is the right procedure. The EVENT= option only applies to binary responses. Assuming you want to compare the treatments and/or products with respect to higher levels of the Likert response, instead use the DESCENDING option. You can then use the LSMEANS statement to do pairwise comparisons if desired, but note that this requires GLM parameterization of CLASS variables. See the description of the LSMEANS statement for information on the available options. For example&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc logistic;&lt;/P&gt;
&lt;P&gt;class trt product / param=glm;&lt;/P&gt;
&lt;P&gt;model x(descending) = trt product;&lt;/P&gt;
&lt;P&gt;lsmeans trt product / diff ilink cl;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 13:44:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/928659#M46262</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2024-05-16T13:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: how do you compare an answer on the Likert scale between several treatments and products?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/928812#M46264</link>
      <description>Thank you, StatDave, that's exactly what I wanted.&lt;BR /&gt;Best,&lt;BR /&gt;Alen</description>
      <pubDate>Fri, 17 May 2024 11:59:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/928812#M46264</guid>
      <dc:creator>saviour</dc:creator>
      <dc:date>2024-05-17T11:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: how do you compare an answer on the Likert scale between several treatments and products?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/928813#M46265</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp; What does such an estimate mean for treatment and product?&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 13:18:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/928813#M46265</guid>
      <dc:creator>saviour</dc:creator>
      <dc:date>2024-05-17T13:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: how do you compare an answer on the Likert scale between several treatments and products?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/928828#M46268</link>
      <description>&lt;P&gt;I assume you are asking about the output produced by the LSMEANS statement. In the first table, the Estimate column provides estimates of the log odds for higher levels of the response, assuming that the DESCENDING response variable option is used as I showed. The Mean column provides estimates of the cumulative probabilities, Pr(X&amp;lt;=x). The Differences table provides the difference (as indicated in the first two columns) in log odds between each pair of treatments or products. The Estimate column is the estimated difference in log odds - equivalently the log odds ratio - for each pair. If you want the estimated odds ratios, add the ODDSRATIO option in the LSMEANS statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that these PROC LOGISTIC statements model a set of 4 cumulative logits defined on your 5-level response and assumes that the parameters for all predictor variables are the same across those logits, differing only on their intercepts. This is the so-called proportional odds assumption. A test of that assumption is included in the PROC LOGISTIC output. As a result of this assumption, the odds ratio between two treatments is the same regardless of which response level considered. If the assumption is violated (as indicated by a small p-value from the assumption test), then a more complex model and analysis is needed.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 15:15:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/928828#M46268</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2024-05-17T15:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: how do you compare an answer on the Likert scale between several treatments and products?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/929006#M46280</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;Thank you for your detailed explanation. Since my p-value is &amp;lt;.0001, what more complex model and analysis do you suggest?&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 May 2024 12:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/929006#M46280</guid>
      <dc:creator>saviour</dc:creator>
      <dc:date>2024-05-20T12:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: how do you compare an answer on the Likert scale between several treatments and products?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/929049#M46286</link>
      <description>&lt;P&gt;That suggests that one or more of your predictors does not have a constant parameter across the various logits. You can fit a nonproportional odds model using the EQUALSLOPES and UNEQUALSLOPES options as discussed and illustrated in &lt;A href="http://support.sas.com/kb/22954" target="_self"&gt;this note&lt;/A&gt;. Also see the example titled "Partial Proportional Odds Model" in the LOGISTIC documentation.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 15:05:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/929049#M46286</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2024-05-20T15:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: how do you compare an answer on the Likert scale between several treatments and products?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/929142#M46295</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 12:44:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-do-you-compare-an-answer-on-the-Likert-scale-between-several/m-p/929142#M46295</guid>
      <dc:creator>saviour</dc:creator>
      <dc:date>2024-05-21T12:44:09Z</dc:date>
    </item>
  </channel>
</rss>

