<?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: Why am I getting &amp;quot;non-est&amp;quot; in an lsmeans tables? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Why-am-I-getting-quot-non-est-quot-in-an-lsmeans-tables/m-p/79467#M3788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of possible causes.&amp;nbsp; A couple that I would look for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the new variable a linear combination of others in the data.&amp;nbsp; Sometimes that may be linear in just this dataset (akin to autocorrelation) or a design issue (like having pre, post, and delta variables in the model together).&lt;/P&gt;&lt;P&gt;one of your repeats may not have any variability in the predictor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2012 13:01:44 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2012-06-11T13:01:44Z</dc:date>
    <item>
      <title>Why am I getting "non-est" in an lsmeans tables?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-am-I-getting-quot-non-est-quot-in-an-lsmeans-tables/m-p/79466#M3787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm running Proc Mixed, using a Random statement for repeated measures. Have a bunch of variables, so run each one separately using the same code. Most have run just fine, but 3 variables all from a second database are giving me "non-est" for the means. I've tried a bunch of random changes to no avail. Rather than this hit-or-miss process, can someone tell me what things cause non-estimable means? Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jun 2012 22:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-am-I-getting-quot-non-est-quot-in-an-lsmeans-tables/m-p/79466#M3787</guid>
      <dc:creator>keh</dc:creator>
      <dc:date>2012-06-10T22:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting "non-est" in an lsmeans tables?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-am-I-getting-quot-non-est-quot-in-an-lsmeans-tables/m-p/79467#M3788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of possible causes.&amp;nbsp; A couple that I would look for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the new variable a linear combination of others in the data.&amp;nbsp; Sometimes that may be linear in just this dataset (akin to autocorrelation) or a design issue (like having pre, post, and delta variables in the model together).&lt;/P&gt;&lt;P&gt;one of your repeats may not have any variability in the predictor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 13:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-am-I-getting-quot-non-est-quot-in-an-lsmeans-tables/m-p/79467#M3788</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-06-11T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting "non-est" in an lsmeans tables?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-am-I-getting-quot-non-est-quot-in-an-lsmeans-tables/m-p/79468#M3789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the code you are using?&amp;nbsp; Besides the issues that Doc mentioned, I would be concerned about missing cells, such that the interaction term could be estimated, but main effects could not.&amp;nbsp; If this is the case, you may have to address everything using a means model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 13:16:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-am-I-getting-quot-non-est-quot-in-an-lsmeans-tables/m-p/79468#M3789</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-06-11T13:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting "non-est" in an lsmeans tables?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-am-I-getting-quot-non-est-quot-in-an-lsmeans-tables/m-p/79469#M3790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both! I think I figured it out from your comments. My model was y = treatment trial day, but day essentially equals treatment in this database, whereas it didn't in the other one. I removed it and voila! Means! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 05:19:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-am-I-getting-quot-non-est-quot-in-an-lsmeans-tables/m-p/79469#M3790</guid>
      <dc:creator>keh</dc:creator>
      <dc:date>2012-06-12T05:19:41Z</dc:date>
    </item>
  </channel>
</rss>

