<?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 I fix this error: &amp;quot;Within-imputation Estimate missing for effect ... in _Imputation_ in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/379449#M257096</link>
    <description>&lt;P&gt;You could get this warning when you have more estimates in the input file than expecated by proc mianalyze. This is likely to happen if you want to get the the differences between estimates from a model with interaction term. In a standard output from analysis proc (e.g. proc glm or mixed) you could then get a lot of comparisons but most likely you wouldn't be interested in all of them. For example you could get the LS Means Difference for say levels 1 vs 2 and 2 vs 1 but you would need only one. Please try and filter the input&amp;nbsp;dataset (the one from analysis procedure) for the unique comparisons only - as defined by variables in your 'class' and 'modeleffects' statements - before reading into proc mianalyze and that should allow to get the summary out of proc mianalyze and you should get rid of the warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you were interested in summarizing all comparisons you would most likely need to sort the input dataset and use 'by' statment within proc mianalyze.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2017 17:59:19 GMT</pubDate>
    <dc:creator>gyu</dc:creator>
    <dc:date>2017-07-26T17:59:19Z</dc:date>
    <item>
      <title>How do I fix this error: "Within-imputation Estimate missing for effect ... in _Imputation_= 1 in the input PARMS= data set?"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/87072#M257092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;When using PROC MIANALYZE, I am encountering this error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;ERROR: Within-imputation Estimate missing for effect ... in _Imputation_= 1 in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the input PARMS= data set.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;The PROC MIXED procedure I am using is running fine across all imputed data sets so I'm stumped. The effect in question is a 3-way interaction term with 1 of the IVs being a dummy-coded variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks in advance for your input!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Leslie&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 17:27:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/87072#M257092</guid>
      <dc:creator>leslie_echols</dc:creator>
      <dc:date>2013-01-26T17:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: "Within-imputation Estimate missing for effect ... in _Imputation_= 1 in the input PARMS= data set?"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/87073#M257093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am also getting similar&amp;nbsp; from&amp;nbsp; proc glimmix imputation model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Within-imputation StdErr missing for variable&amp;nbsp; in _Imputation_= 1 in the input PARMS= data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set.&lt;/P&gt;&lt;P&gt;Did you figure it out yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 21:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/87073#M257093</guid>
      <dc:creator>kaushal2040</dc:creator>
      <dc:date>2015-01-02T21:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: "Within-imputation Estimate missing for effect ... in _Imputation_= 1 in the input PARMS= data set?"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/87074#M257094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also receiving this error (though with _imputation_ = &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; when running MIANALYZE. I am not running any interactions. I would be very appreciative if you could share any resolution you found or if anyone else has any other suggestions. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 21:42:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/87074#M257094</guid>
      <dc:creator>SASdependent</dc:creator>
      <dc:date>2015-01-07T21:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: "Within-imputation Estimate missing for effect ... in _Imputation_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/345223#M257095</link>
      <description>&lt;P&gt;I'm also getting the same error.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 02:04:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/345223#M257095</guid>
      <dc:creator>Fettah</dc:creator>
      <dc:date>2017-03-29T02:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: "Within-imputation Estimate missing for effect ... in _Imputation_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/379449#M257096</link>
      <description>&lt;P&gt;You could get this warning when you have more estimates in the input file than expecated by proc mianalyze. This is likely to happen if you want to get the the differences between estimates from a model with interaction term. In a standard output from analysis proc (e.g. proc glm or mixed) you could then get a lot of comparisons but most likely you wouldn't be interested in all of them. For example you could get the LS Means Difference for say levels 1 vs 2 and 2 vs 1 but you would need only one. Please try and filter the input&amp;nbsp;dataset (the one from analysis procedure) for the unique comparisons only - as defined by variables in your 'class' and 'modeleffects' statements - before reading into proc mianalyze and that should allow to get the summary out of proc mianalyze and you should get rid of the warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you were interested in summarizing all comparisons you would most likely need to sort the input dataset and use 'by' statment within proc mianalyze.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/379449#M257096</guid>
      <dc:creator>gyu</dc:creator>
      <dc:date>2017-07-26T17:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: "Within-imputation Estimate missing for effect ... in _Imputation_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/920141#M362404</link>
      <description>&lt;P&gt;I recently just had this issue, and I noticed that SAS had shortened the name of the interaction variable when I printed out the dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An example of the proc print:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print data = a_preg;&lt;BR /&gt;where _imputation_ = 1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My variable's name had been shortened from new_surgery1*timetrying to new_surge*timetrying. Once I included the shortened variable name in PROC MIANALYZE, the program was able to run sufficiently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that works for you as well, because this error took me hours to troubleshoot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 15:17:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-fix-this-error-quot-Within-imputation-Estimate-missing/m-p/920141#M362404</guid>
      <dc:creator>Seth10</dc:creator>
      <dc:date>2024-03-13T15:17:21Z</dc:date>
    </item>
  </channel>
</rss>

