<?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: Error message with PROC MIANALYZE after PROC mixed procedure in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-message-with-PROC-MIANALYZE-after-PROC-mixed-procedure/m-p/731765#M227974</link>
    <description>&lt;P&gt;I realized the problem was my variable name is too long. After I change the name to a shorter one, the error message disappear.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Apr 2021 00:40:36 GMT</pubDate>
    <dc:creator>zjppdozen</dc:creator>
    <dc:date>2021-04-07T00:40:36Z</dc:date>
    <item>
      <title>Error message with PROC MIANALYZE after PROC mixed procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-message-with-PROC-MIANALYZE-after-PROC-mixed-procedure/m-p/731745#M227965</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I obtained an error message "Within-imputation Estimate missing for effect PGS_MEGALGC_APP_APOE*TIME in _Imputation_= 1 in the inputPARMS= data set" when I run the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PROC MIXED DATA = IMP_IMM_LONG METHOD = RMEL;
CLASS DBID FAMILY TIME(REF="2") GENDER;
MODEL CS_IMM_LRN = PGS_MEGALGC_APP_APOE PGS_MEGALGC_APP_APOE*TIME AGEATVISIT TIME GENDER EDYEARS_CODED_MAX20 PC1 PC2 PC3 PC4 PC5 / CHISQ S DDFM = BW;
RANDOM INTERCEPT   / TYPE = UN SUBJECT = FAMILY G;
REPEATED TIME / TYPE = CS SUBJECT = DBID(FAMILY) R;
BY _IMPUTATION_;
ODS OUTPUT SOLUTIONF = APP_IMM_BETA;
RUN;


PROC MIANALYZE PARMS(CLASSVAR=FULL) = APP_IMM_BETA;
CLASS TIME GENDER;
MODELEFFECTS PGS_MEGALGC_APP_APOE PGS_MEGALGC_APP_APOE*TIME AGEATVISIT TIME GENDER EDYEARS_CODED_MAX20 PC1 PC2 PC3 PC4 PC5;
RUN;&lt;/PRE&gt;&lt;P&gt;This error appears after SAS executed the PROC MIANALYZE procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The parms data set I used for the PROC MIANALIZE procedure looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picturemi.png" style="width: 864px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/57014i2F837BDCD93383F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Picturemi.png" alt="Picturemi.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should I do to avoid this error message? Any help is appreaciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 23:06:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-message-with-PROC-MIANALYZE-after-PROC-mixed-procedure/m-p/731745#M227965</guid>
      <dc:creator>zjppdozen</dc:creator>
      <dc:date>2021-04-06T23:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error message with PROC MIANALYZE after PROC mixed procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-message-with-PROC-MIANALYZE-after-PROC-mixed-procedure/m-p/731765#M227974</link>
      <description>&lt;P&gt;I realized the problem was my variable name is too long. After I change the name to a shorter one, the error message disappear.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 00:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-message-with-PROC-MIANALYZE-after-PROC-mixed-procedure/m-p/731765#M227974</guid>
      <dc:creator>zjppdozen</dc:creator>
      <dc:date>2021-04-07T00:40:36Z</dc:date>
    </item>
  </channel>
</rss>

