<?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: SAS: Obtain Counts and Percentages for Categorical Variables from Imputed Data in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MIANALYZE-Counts-and-Percentages-for-Categorical-Variables/m-p/642729#M78420</link>
    <description>Thanks for that!</description>
    <pubDate>Fri, 24 Apr 2020 17:48:50 GMT</pubDate>
    <dc:creator>dee1214</dc:creator>
    <dc:date>2020-04-24T17:48:50Z</dc:date>
    <item>
      <title>PROC MIANALYZE: Counts and Percentages for Categorical Variables from Imputed Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MIANALYZE-Counts-and-Percentages-for-Categorical-Variables/m-p/642415#M78418</link>
      <description>&lt;P&gt;&lt;SPAN&gt;For my analysis, I have used PROC MI to produce 10 imputed datasets. I am trying to create a participant characteristics table using the imputed datasets. For continuous variables, I was able to use PROC UNIVARIATE and then PROC MIANALYZE to get means and standard deviations. For categorical variables, I was not able to use PROC FREQ and PROC MIANALYZE to get counts and percentages. Here is the code that wrote:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc freq data = imputed_data;
    table GENDER/ out = temp;
    by _IMPUTATION_;
run;

proc mianalyze data = temp;
    modeleffects Count Percent;
run;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Is there something that I am not doing correctly? Is there something else that I should try?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 17:49:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MIANALYZE-Counts-and-Percentages-for-Categorical-Variables/m-p/642415#M78418</guid>
      <dc:creator>dee1214</dc:creator>
      <dc:date>2020-04-24T17:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS: Obtain Counts and Percentages for Categorical Variables from Imputed Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MIANALYZE-Counts-and-Percentages-for-Categorical-Variables/m-p/642455#M78419</link>
      <description>&lt;P&gt;You could change the title from&lt;/P&gt;
&lt;P&gt;&lt;EM&gt; SAS: Obtain Counts and Percentages for Categorical Variables from Imputed Data&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;&lt;EM&gt; proc mianalyze: Counts and Percentages for Categorical Variables from Imputed Data&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;t&lt;/EM&gt;o increase your chances of being helped&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 04:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MIANALYZE-Counts-and-Percentages-for-Categorical-Variables/m-p/642455#M78419</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-04-24T04:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS: Obtain Counts and Percentages for Categorical Variables from Imputed Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MIANALYZE-Counts-and-Percentages-for-Categorical-Variables/m-p/642729#M78420</link>
      <description>Thanks for that!</description>
      <pubDate>Fri, 24 Apr 2020 17:48:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MIANALYZE-Counts-and-Percentages-for-Categorical-Variables/m-p/642729#M78420</guid>
      <dc:creator>dee1214</dc:creator>
      <dc:date>2020-04-24T17:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS: Obtain Counts and Percentages for Categorical Variables from Imputed Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MIANALYZE-Counts-and-Percentages-for-Categorical-Variables/m-p/642982#M78421</link>
      <description>&lt;P&gt;Still no reply.&lt;/P&gt;
&lt;P&gt;Moved to procedures forum.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 01:00:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MIANALYZE-Counts-and-Percentages-for-Categorical-Variables/m-p/642982#M78421</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-04-26T01:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIANALYZE: Counts and Percentages for Categorical Variables from Imputed Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MIANALYZE-Counts-and-Percentages-for-Categorical-Variables/m-p/643998#M78465</link>
      <description>&lt;P&gt;Please show your PROC MI call.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 15:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MIANALYZE-Counts-and-Percentages-for-Categorical-Variables/m-p/643998#M78465</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-04-29T15:28:43Z</dc:date>
    </item>
  </channel>
</rss>

