<?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 Multiple imputation in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-imputation/m-p/546626#M27324</link>
    <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use multiple imputation for left censored bio marker data. Due to the sensitivity on the assay, many smaller values are set as missing because they were undetected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my current syntax (SAS 9.4) but I am unable to impute values outside my observed values range. How do I bypass this and impute values outside of my observed range of values? Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mi data=new1 nimpute=10 seed=12345 outimputed&lt;/P&gt;&lt;P&gt;minimum=. . . . .&lt;/P&gt;&lt;P&gt;maximum=0.09 0.78 18.6 6.3 26.8&lt;/P&gt;&lt;P&gt;minmaxiter=100;&lt;/P&gt;&lt;P&gt;mcmc;&lt;/P&gt;&lt;P&gt;var cortpgml crp il6ra ifny stnfr1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: An imputed variable is not in the specified range after 100 tries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2019 18:43:13 GMT</pubDate>
    <dc:creator>kingston1</dc:creator>
    <dc:date>2019-03-27T18:43:13Z</dc:date>
    <item>
      <title>Multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-imputation/m-p/546626#M27324</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use multiple imputation for left censored bio marker data. Due to the sensitivity on the assay, many smaller values are set as missing because they were undetected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my current syntax (SAS 9.4) but I am unable to impute values outside my observed values range. How do I bypass this and impute values outside of my observed range of values? Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mi data=new1 nimpute=10 seed=12345 outimputed&lt;/P&gt;&lt;P&gt;minimum=. . . . .&lt;/P&gt;&lt;P&gt;maximum=0.09 0.78 18.6 6.3 26.8&lt;/P&gt;&lt;P&gt;minmaxiter=100;&lt;/P&gt;&lt;P&gt;mcmc;&lt;/P&gt;&lt;P&gt;var cortpgml crp il6ra ifny stnfr1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: An imputed variable is not in the specified range after 100 tries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 18:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-imputation/m-p/546626#M27324</guid>
      <dc:creator>kingston1</dc:creator>
      <dc:date>2019-03-27T18:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-imputation/m-p/546634#M27327</link>
      <description>You could try the suggestions in this usage note.&lt;BR /&gt;&lt;A href="http://support.sas.com/techsup/notes/v8/24/475.html" target="_blank"&gt;http://support.sas.com/techsup/notes/v8/24/475.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Mar 2019 19:02:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-imputation/m-p/546634#M27327</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2019-03-27T19:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-imputation/m-p/546898#M27333</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/107393"&gt;@kingston1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use multiple imputation for left censored bio marker data. Due to the sensitivity on the assay, many smaller values are set as missing because they were undetected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my current syntax (SAS 9.4) but I am unable to impute values outside my observed values range. How do I bypass this and impute values outside of my observed range of values? Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mi data=new1 nimpute=10 seed=12345 outimputed&lt;/P&gt;&lt;P&gt;minimum=. . . . .&lt;/P&gt;&lt;P&gt;maximum=0.09 0.78 18.6 6.3 26.8&lt;/P&gt;&lt;P&gt;minmaxiter=100;&lt;/P&gt;&lt;P&gt;mcmc;&lt;/P&gt;&lt;P&gt;var cortpgml crp il6ra ifny stnfr1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: An imputed variable is not in the specified range after 100 tries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't think it's prudent to try and impute data outside the observed data values. MI won't help you here because it uses the observed data to estimate the distribution of the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to move forward with this, I think you'd have to have other variables that you could use to predict the bio marker data. You'd develop a model that allows you to predict the missing bio marker data given the values of the other variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 13:43:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-imputation/m-p/546898#M27333</guid>
      <dc:creator>DWilson</dc:creator>
      <dc:date>2019-03-28T13:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-imputation/m-p/547490#M27350</link>
      <description>&lt;P&gt;Ok, I see what you're saying. So right now I am planning to run a tobit regression model to predict my censored data. Then I can run a multiple imputation and specify a prior distribution based on my tobit model.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2019 15:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-imputation/m-p/547490#M27350</guid>
      <dc:creator>kingston1</dc:creator>
      <dc:date>2019-03-31T15:11:53Z</dc:date>
    </item>
  </channel>
</rss>

