<?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: f- value is &amp;quot;Infty&amp;quot; in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/f-value-is-quot-Infty-quot/m-p/721603#M34960</link>
    <description>&lt;P&gt;It's because the Error estimate is zero, probably because you are using the response variable as a predictor of itself.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Feb 2021 15:53:00 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2021-02-24T15:53:00Z</dc:date>
    <item>
      <title>f- value is "Infty"</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/f-value-is-quot-Infty-quot/m-p/721600#M34959</link>
      <description>&lt;P&gt;This is my code:&lt;/P&gt;&lt;PRE&gt;proc glm data = WORK.RANDOMISED;
class Breed treatment;
model perecentfall= Breed treatment perecentfall;
means Breed treatment / lsd;
run;&lt;/PRE&gt;&lt;P&gt;This is the only message in the log window:&lt;/P&gt;&lt;PRE&gt;339  proc glm data = WORK.RANDOMISED;
340  class Breed treatment;
341  model perecentfall= Breed treatment perecentfall;
342  means Breed treatment / lines lsd;
343  run;

NOTE: Means from the MEANS statement are not adjusted for other terms in the model.  For adjusted
      means, use the LSMEANS statement.&lt;/PRE&gt;&lt;P&gt;This is my out put&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas help.PNG" style="width: 568px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55121i5919DCFBD2CCBBF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="sas help.PNG" alt="sas help.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea as to why this is? or if this is in fact fine?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 15:42:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/f-value-is-quot-Infty-quot/m-p/721600#M34959</guid>
      <dc:creator>rachelm22</dc:creator>
      <dc:date>2021-02-24T15:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: f- value is "Infty"</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/f-value-is-quot-Infty-quot/m-p/721603#M34960</link>
      <description>&lt;P&gt;It's because the Error estimate is zero, probably because you are using the response variable as a predictor of itself.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 15:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/f-value-is-quot-Infty-quot/m-p/721603#M34960</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-02-24T15:53:00Z</dc:date>
    </item>
  </channel>
</rss>

