<?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 GLM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/636382#M30464</link>
    <description>&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;pod*rand_group&lt;/SPAN&gt; is the same as error in this two way ANOVA.&amp;nbsp; Removed&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;pod*rand_group&lt;/SPAN&gt; from the model and lsmeans statements.&amp;nbsp; And you probably don't need LSMEANS for POD.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Mar 2020 21:23:17 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2020-03-31T21:23:17Z</dc:date>
    <item>
      <title>Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/636350#M30463</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using SAS 9.4&lt;/P&gt;&lt;P&gt;I have the following data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data normality;&lt;BR /&gt;length pod $5 rand_group $20 total_pod_mean 5 group_mean 5;&lt;BR /&gt;infile datalines delimiter=',';&lt;BR /&gt;input pod $ rand_group $ total_pod_mean group_mean;&lt;BR /&gt;datalines;&lt;BR /&gt;pod1, Group 2 (Control), 4.94, 6.00,&lt;BR /&gt;pod1, Group 1 (MMA), 4.94, 3.94,&lt;BR /&gt;pod2, Group 2 (Control), 5.96, 6.08,&lt;BR /&gt;pod2, Group 1 (MMA), 5.96, 5.82,&lt;BR /&gt;pod3, Group 2 (Control), 5.27, 7.00,&lt;BR /&gt;pod3, Group 1 (MMA), 5.27, 3.83,&lt;BR /&gt;pod4, Group 2 (Control), 5.33, 6.33,&lt;BR /&gt;pod4, Group 1 (MMA), 5.33, 4.33,&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running the code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glm data= normality;&lt;BR /&gt;CLASS rand_group pod;&lt;BR /&gt;model group_mean = rand_group pod pod*rand_group /ss3;&lt;BR /&gt;lsmeans rand_group pod rand_group*pod/ stderr adj=tukey;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run this my output is not as expected for a LSmeans. My question initially is if the setup of my data or application of code is incorrect? Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 19:56:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/636350#M30463</guid>
      <dc:creator>GS2</dc:creator>
      <dc:date>2020-03-31T19:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/636382#M30464</link>
      <description>&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;pod*rand_group&lt;/SPAN&gt; is the same as error in this two way ANOVA.&amp;nbsp; Removed&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;pod*rand_group&lt;/SPAN&gt; from the model and lsmeans statements.&amp;nbsp; And you probably don't need LSMEANS for POD.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 21:23:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/636382#M30464</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2020-03-31T21:23:17Z</dc:date>
    </item>
  </channel>
</rss>

