<?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: MI Percents in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212922#M11487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I take it back that did not work. I did not examine the output carefully enough, it still gave me 100 versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to figure out a way to keep the X2 variable in the onway dataset or the formula to pool the values!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 20:58:29 GMT</pubDate>
    <dc:creator>H</dc:creator>
    <dc:date>2015-06-26T20:58:29Z</dc:date>
    <item>
      <title>MI Percents</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212919#M11484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have run Proc MI, in particular the FCS Discrim for arbitrary missing categorical data. I had one categorical variable with missingness, we will call it X1.&amp;nbsp; I imputed it and got the&amp;nbsp; category percentages for X1. I also used the imputes in the BY statement of a Proc Freq and got a chi-sq test statistic, pooled them for the X1 imputes. In the chi-sq test, I compared X1 to another categorical variable (without missingness), we&amp;nbsp; will call this X2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question, is it possible to get the imputed values (percentages) of X1for the X2 variable levels? The program just kicks out the percentages for X1, though I was hoping to see the percentages for X1 at the unique groups of X2. You can see the unique values in the impute, but these are the ungrouped or unpooled versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if I need to clarify anything!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 13:23:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212919#M11484</guid>
      <dc:creator>H</dc:creator>
      <dc:date>2015-06-24T13:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: MI Percents</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212920#M11485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must be missing something here, because I would think that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq;&lt;/P&gt;&lt;P&gt;tables X2*X1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would give the row, column and cell percentages, from which you could get everything I see in the question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 16:56:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212920#M11485</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-06-26T16:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: MI Percents</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212921#M11486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would not give me the pooled values for X1 at each level of X2 (since I used the "by impute", it gives me&amp;nbsp; 100 of them). However, you got me to go back and look at the code and a comparable adjustment&amp;nbsp; did work!! I could insert it further up in the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc surveyfreq data=yourdata_imp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tables X1*X2 / row nofreq nototal;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by _imputation_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods output onway=yourdata_freq;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 20:39:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212921#M11486</guid>
      <dc:creator>H</dc:creator>
      <dc:date>2015-06-26T20:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: MI Percents</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212922#M11487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I take it back that did not work. I did not examine the output carefully enough, it still gave me 100 versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to figure out a way to keep the X2 variable in the onway dataset or the formula to pool the values!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 20:58:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212922#M11487</guid>
      <dc:creator>H</dc:creator>
      <dc:date>2015-06-26T20:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: MI Percents</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212923#M11488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Figure 4 in the attached article makes it seem like the values I am searching for would just be the averages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am looking at the pooled estimates part, but instead of a coefficient, I just have a percentage value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I can ever cut-n-paste on the webpage, the paper is titled:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;principled missing data methods for researcher, it is available full text on pubmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 21:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212923#M11488</guid>
      <dc:creator>H</dc:creator>
      <dc:date>2015-06-26T21:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: MI Percents</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212924#M11489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured I misunderstood.&amp;nbsp; Do you want the percentage of values that were imputed for X1 for each level of X2?&amp;nbsp; If so, then create a flag in the imputed dataset for X1_missing, and then do tables X2*flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid I am still missing something here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 12:56:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MI-Percents/m-p/212924#M11489</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-06-29T12:56:17Z</dc:date>
    </item>
  </channel>
</rss>

