<?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 Proc Qlim and Proc mianalyze in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Qlim-and-Proc-mianalyze/m-p/386128#M20076</link>
    <description>&lt;P&gt;Hi, there,&lt;/P&gt;
&lt;P&gt;Anyone knows how to solve this problem when I run &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proc glimmix imputation model with proc mianalyze.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;WARNING: Within-imputation StdErr is zero for variable&amp;nbsp; in _Imputation_= 1 in the input PARMS= data set.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2017 20:01:11 GMT</pubDate>
    <dc:creator>Shine</dc:creator>
    <dc:date>2017-08-07T20:01:11Z</dc:date>
    <item>
      <title>Proc Qlim and Proc mianalyze</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Qlim-and-Proc-mianalyze/m-p/386128#M20076</link>
      <description>&lt;P&gt;Hi, there,&lt;/P&gt;
&lt;P&gt;Anyone knows how to solve this problem when I run &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proc glimmix imputation model with proc mianalyze.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;WARNING: Within-imputation StdErr is zero for variable&amp;nbsp; in _Imputation_= 1 in the input PARMS= data set.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 20:01:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Qlim-and-Proc-mianalyze/m-p/386128#M20076</guid>
      <dc:creator>Shine</dc:creator>
      <dc:date>2017-08-07T20:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Qlim and Proc mianalyze</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Qlim-and-Proc-mianalyze/m-p/386331#M20099</link>
      <description>&lt;P&gt;Can you show us the GLIMMIX and MIANALYZE code you used?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 16:44:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Qlim-and-Proc-mianalyze/m-p/386331#M20099</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2017-08-08T16:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Qlim and Proc mianalyze</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Qlim-and-Proc-mianalyze/m-p/386424#M20104</link>
      <description>HI, Rob,&lt;BR /&gt;I followed exactly your suggestion&lt;BR /&gt;&lt;BR /&gt;proc qlim data=scf;&lt;BR /&gt;&lt;BR /&gt;by _imputation_;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;model HS = age agesq  female /discrete;&lt;BR /&gt;&lt;BR /&gt;model shares = age agesq  female/select(y1=1);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ods output parameterestimates=parms;&lt;BR /&gt;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data parms;&lt;BR /&gt;set parms;&lt;BR /&gt;parameter=translate(parameter,'_','.');&lt;BR /&gt;run;&lt;BR /&gt;proc mianalyze parms=parms;&lt;BR /&gt;modeleffects  HS_Intercept  HS_ age  HS_ agesq&lt;BR /&gt;HS_female  shares_Intercept shares_age  shares_agesq shares_female _Rho&lt;BR /&gt;_Sigma_shares;&lt;BR /&gt;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;It turned out to be _Rho has a missing standard error and SAS stopped&lt;BR /&gt;processing.&lt;BR /&gt;&lt;BR /&gt;Any advice is appreciated.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Aug 2017 21:05:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Qlim-and-Proc-mianalyze/m-p/386424#M20104</guid>
      <dc:creator>Shine</dc:creator>
      <dc:date>2017-08-08T21:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Qlim and Proc mianalyze</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Qlim-and-Proc-mianalyze/m-p/387053#M20153</link>
      <description>With no standard error for Rho you won't be able to get combined estimates.  I would remove it from the MODELEFFECTS statement to get MIANALYZE to run.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I should mention that the missing standard error might indicate an issue with the models in QLIM themselves.  I would check those to make sure there is convergence, its not overspecified in the 2nd model, etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2017 15:22:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Qlim-and-Proc-mianalyze/m-p/387053#M20153</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2017-08-10T15:22:01Z</dc:date>
    </item>
  </channel>
</rss>

