<?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 Within imputation observation Error with Proc Glimmix and Miaanlyze in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Within-imputation-observation-Error-with-Proc-Glimmix-and/m-p/403758#M21127</link>
    <description>&lt;P&gt;I have a code snippet shown below which is embedded in a model building macro:&lt;BR /&gt;....&lt;BR /&gt;proc glimmix data=&amp;amp;indata;&lt;BR /&gt;class study;&lt;BR /&gt;model &amp;amp;outcome = &amp;amp;covariates / s oddsratio covb;&lt;BR /&gt;random intercept / subject=study;&lt;BR /&gt;by _Imputation_;&lt;BR /&gt;ods select ParameterEstimates CovB FitStatistics;&lt;BR /&gt;ods output ParameterEstimates=lgparms CovB=lgcovb FitStatistics=FitStats;&lt;BR /&gt;run;&lt;BR /&gt;.....&lt;BR /&gt;my response/outcome variable is binary so I am inclined to specifiy a binary distribution and a logit link to keep the code consistent to my modeling expectations, However a change to this:&lt;BR /&gt; &lt;BR /&gt;proc glimmix data=&amp;amp;indata;&lt;BR /&gt;class study;&lt;BR /&gt;model &amp;amp;outcome = &amp;amp;covariates / dist=bin s oddsratio covb;&lt;BR /&gt;random intercept / subject=study;&lt;BR /&gt;by _Imputation_;&lt;BR /&gt;ods select ParameterEstimates CovB FitStatistics;&lt;BR /&gt;ods output ParameterEstimates=lgparms CovB=lgcovb FitStatistics=FitStats;&lt;BR /&gt;run;&lt;BR /&gt; &lt;BR /&gt;gives me this error:&lt;BR /&gt;ERROR: Within-imputation observations not found for _Imputation_= 6 in the input PARMS= data set.&lt;BR /&gt; &lt;BR /&gt;Can anyone decode this error?&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2017 02:25:43 GMT</pubDate>
    <dc:creator>lyton80</dc:creator>
    <dc:date>2017-10-13T02:25:43Z</dc:date>
    <item>
      <title>Within imputation observation Error with Proc Glimmix and Miaanlyze</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Within-imputation-observation-Error-with-Proc-Glimmix-and/m-p/403758#M21127</link>
      <description>&lt;P&gt;I have a code snippet shown below which is embedded in a model building macro:&lt;BR /&gt;....&lt;BR /&gt;proc glimmix data=&amp;amp;indata;&lt;BR /&gt;class study;&lt;BR /&gt;model &amp;amp;outcome = &amp;amp;covariates / s oddsratio covb;&lt;BR /&gt;random intercept / subject=study;&lt;BR /&gt;by _Imputation_;&lt;BR /&gt;ods select ParameterEstimates CovB FitStatistics;&lt;BR /&gt;ods output ParameterEstimates=lgparms CovB=lgcovb FitStatistics=FitStats;&lt;BR /&gt;run;&lt;BR /&gt;.....&lt;BR /&gt;my response/outcome variable is binary so I am inclined to specifiy a binary distribution and a logit link to keep the code consistent to my modeling expectations, However a change to this:&lt;BR /&gt; &lt;BR /&gt;proc glimmix data=&amp;amp;indata;&lt;BR /&gt;class study;&lt;BR /&gt;model &amp;amp;outcome = &amp;amp;covariates / dist=bin s oddsratio covb;&lt;BR /&gt;random intercept / subject=study;&lt;BR /&gt;by _Imputation_;&lt;BR /&gt;ods select ParameterEstimates CovB FitStatistics;&lt;BR /&gt;ods output ParameterEstimates=lgparms CovB=lgcovb FitStatistics=FitStats;&lt;BR /&gt;run;&lt;BR /&gt; &lt;BR /&gt;gives me this error:&lt;BR /&gt;ERROR: Within-imputation observations not found for _Imputation_= 6 in the input PARMS= data set.&lt;BR /&gt; &lt;BR /&gt;Can anyone decode this error?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 02:25:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Within-imputation-observation-Error-with-Proc-Glimmix-and/m-p/403758#M21127</guid>
      <dc:creator>lyton80</dc:creator>
      <dc:date>2017-10-13T02:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Within imputation observation Error with Proc Glimmix and Miaanlyze</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Within-imputation-observation-Error-with-Proc-Glimmix-and/m-p/404054#M21128</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On close examination, proc glimmix&amp;nbsp;is not producing ParameterEstimates because some imputed datasets are not converging. This is causing the proc mianalyze&amp;nbsp;to throw the error.&amp;nbsp; ("Within-imputation observations not found for _Imputation_= .. in the input PARMS= data set")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way to skip over non-converging datasets?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 17:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Within-imputation-observation-Error-with-Proc-Glimmix-and/m-p/404054#M21128</guid>
      <dc:creator>lyton80</dc:creator>
      <dc:date>2017-10-13T17:56:32Z</dc:date>
    </item>
  </channel>
</rss>

