<?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 Error PROC MI MCMC option MAXIMUM= in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Error-PROC-MI-MCMC-option-MAXIMUM/m-p/549664#M74517</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to impute left-censored data by a multiple imputation. So left-censored data are missing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use PROC MI with method MCMC and use the option MAXIMUM=(value of censure) for that the imputed data to be below the censorhip threshold. But, I get an error message :&amp;nbsp; "ERROR: An imputed variable value is not in the specified range after 100 tries."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want impute the variable&amp;nbsp;LB_LACTO_OLDnumConvertv1log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code :&lt;/P&gt;&lt;P&gt;proc mi data=fusion seed=1234 nimpute=5 maximum=4.48 out=mimpute;&lt;BR /&gt;mcmc;&lt;BR /&gt;var LB_LACTO_OLDnumConvertv1log produit ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I don't use the option MAXIMUM= , the imputed data are above the threshold. Do you have a solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2019 15:33:57 GMT</pubDate>
    <dc:creator>Clemence</dc:creator>
    <dc:date>2019-04-09T15:33:57Z</dc:date>
    <item>
      <title>Error PROC MI MCMC option MAXIMUM=</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-PROC-MI-MCMC-option-MAXIMUM/m-p/549664#M74517</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to impute left-censored data by a multiple imputation. So left-censored data are missing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use PROC MI with method MCMC and use the option MAXIMUM=(value of censure) for that the imputed data to be below the censorhip threshold. But, I get an error message :&amp;nbsp; "ERROR: An imputed variable value is not in the specified range after 100 tries."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want impute the variable&amp;nbsp;LB_LACTO_OLDnumConvertv1log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code :&lt;/P&gt;&lt;P&gt;proc mi data=fusion seed=1234 nimpute=5 maximum=4.48 out=mimpute;&lt;BR /&gt;mcmc;&lt;BR /&gt;var LB_LACTO_OLDnumConvertv1log produit ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I don't use the option MAXIMUM= , the imputed data are above the threshold. Do you have a solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 15:33:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-PROC-MI-MCMC-option-MAXIMUM/m-p/549664#M74517</guid>
      <dc:creator>Clemence</dc:creator>
      <dc:date>2019-04-09T15:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error PROC MI MCMC option MAXIMUM=</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-PROC-MI-MCMC-option-MAXIMUM/m-p/557803#M74788</link>
      <description>&lt;P&gt;You have two variables listed on the VAR statement. The maximum statement you have will use that value as the maximum imputed value for all variables listed on the VAR statement. Is that what you want? If not, specify two maximum values on the maximum statement;&lt;/P&gt;&lt;P&gt;maximum=4.48 3.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you don't want a maximum for either of the two variables, use a period:&lt;/P&gt;&lt;P&gt;e.g. maximum = 4.48 .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 14:58:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-PROC-MI-MCMC-option-MAXIMUM/m-p/557803#M74788</guid>
      <dc:creator>DWilson</dc:creator>
      <dc:date>2019-05-10T14:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error PROC MI MCMC option MAXIMUM=</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-PROC-MI-MCMC-option-MAXIMUM/m-p/558205#M74814</link>
      <description>&lt;P&gt;Thanks for your answer. But even if I put a point e.g "maximum = 4.48 . " , the values imputed are greater than the maximum 4.48. Maybe it's beacause all the other values observed are greater than 4.48 ? Would you know a solution ? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clémence&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 07:10:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-PROC-MI-MCMC-option-MAXIMUM/m-p/558205#M74814</guid>
      <dc:creator>Clemence</dc:creator>
      <dc:date>2019-05-13T07:10:25Z</dc:date>
    </item>
  </channel>
</rss>

