<?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: Proc Anova ods output in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Anova-ods-output/m-p/514587#M26271</link>
    <description>&lt;P&gt;This&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2017/10/18/diffogram-multiple-comparisons-sas.html" target="_self"&gt;blog post by Rick Wicklin&lt;/A&gt;&amp;nbsp;may help you interpret the diffogram.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my opinion, of the 3 questions you list, only #3 is specified clearly enough to define a statistical model. I don't really know what to make of the other two; I don't find them to be very clearly written. #2 seems to be redundant to #3, and #1 is just puzzling.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The model you posted is not a model I would use to answer question #3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Nov 2018 21:19:56 GMT</pubDate>
    <dc:creator>sld</dc:creator>
    <dc:date>2018-11-19T21:19:56Z</dc:date>
    <item>
      <title>Proc Anova ods output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Anova-ods-output/m-p/514507#M26269</link>
      <description>&lt;P&gt;questions;&lt;/P&gt;&lt;P&gt;1. Use an appropriate model to test whether there is an interaction between the plasma inorganic phosphate level measured at 10 minutes and whether or not the patient is obese. Make sure to write down your interaction model and state your conclusion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Does the plasma inorganic phosphate level measured at 10 minutes confounds the association between the plasma inorganic phosphate level measured at 3 hours and whether or not the patient is obese?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Is there a difference in average plasma inorganic phosphate level measured at 3 hours between the control and obese patients after controlling for the measurement at 10 minutes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have use PROC GLM but i am not sure how to interpret this graph base on above questions. can anyone help me to understand this graph.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
proc glm data=pip plot=meanplot(cl);
class group;
model level_3hr = group /solution;
lsmeans group/pdiff=all adjust=tukey cl;
run;
ods graphics off;&lt;BR /&gt;&lt;BR /&gt;output:-&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output.JPG" style="width: 591px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25044i32BD022921BAEB3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="output.JPG" alt="output.JPG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiffPlot.png" style="width: 480px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25043i7D4A8DB33D73DD6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="DiffPlot.png" alt="DiffPlot.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output.JPG" style="width: 591px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25045i20350EBEBD12455A/image-size/large?v=v2&amp;amp;px=999" role="button" title="output.JPG" alt="output.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 17:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Anova-ods-output/m-p/514507#M26269</guid>
      <dc:creator>unnati</dc:creator>
      <dc:date>2018-11-19T17:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Anova ods output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Anova-ods-output/m-p/514587#M26271</link>
      <description>&lt;P&gt;This&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2017/10/18/diffogram-multiple-comparisons-sas.html" target="_self"&gt;blog post by Rick Wicklin&lt;/A&gt;&amp;nbsp;may help you interpret the diffogram.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my opinion, of the 3 questions you list, only #3 is specified clearly enough to define a statistical model. I don't really know what to make of the other two; I don't find them to be very clearly written. #2 seems to be redundant to #3, and #1 is just puzzling.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The model you posted is not a model I would use to answer question #3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 21:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Anova-ods-output/m-p/514587#M26271</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2018-11-19T21:19:56Z</dc:date>
    </item>
  </channel>
</rss>

