<?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 Missing and proc tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Missing-and-proc-tabulate/m-p/68816#M19716</link>
    <description>I'm preparing a long data book with proc tabulate but I would like to &lt;BR /&gt;
present the percentages only referred to valid cases. I want show the &lt;BR /&gt;
number of missing values but outside of the 100% calculation (the &lt;BR /&gt;
option missing includes them as a category). &lt;BR /&gt;
I know that proc freq gives this information, but it is possible with &lt;BR /&gt;
proc tabulate? &lt;BR /&gt;
&lt;BR /&gt;
Thank you very much! &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Guillem Paluzie &lt;BR /&gt;
Barcelona</description>
    <pubDate>Wed, 02 Sep 2009 09:55:56 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-09-02T09:55:56Z</dc:date>
    <item>
      <title>Missing and proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Missing-and-proc-tabulate/m-p/68816#M19716</link>
      <description>I'm preparing a long data book with proc tabulate but I would like to &lt;BR /&gt;
present the percentages only referred to valid cases. I want show the &lt;BR /&gt;
number of missing values but outside of the 100% calculation (the &lt;BR /&gt;
option missing includes them as a category). &lt;BR /&gt;
I know that proc freq gives this information, but it is possible with &lt;BR /&gt;
proc tabulate? &lt;BR /&gt;
&lt;BR /&gt;
Thank you very much! &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Guillem Paluzie &lt;BR /&gt;
Barcelona</description>
      <pubDate>Wed, 02 Sep 2009 09:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Missing-and-proc-tabulate/m-p/68816#M19716</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-02T09:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Missing and proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Missing-and-proc-tabulate/m-p/68817#M19717</link>
      <description>Can you give an example of the output you'd like?</description>
      <pubDate>Wed, 02 Sep 2009 21:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Missing-and-proc-tabulate/m-p/68817#M19717</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-09-02T21:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Missing and proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Missing-and-proc-tabulate/m-p/68818#M19718</link>
      <description>This is the basic code:&lt;BR /&gt;
PROC TABULATE DATA = WORK.ARISCAT2 MISSING;&lt;BR /&gt;
CLASS  b15  Tipus;&lt;BR /&gt;
TABLES (b15 all='Total'), &lt;BR /&gt;
       (Tipus ALL='Total')*(n='n'*f=commaX6.0 pctn&lt;B15 all=""&gt;='%'*f=commaX6.1) ;&lt;BR /&gt;
&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
And the output has this values:&lt;BR /&gt;
&lt;BR /&gt;
b15                     Tipus&lt;BR /&gt;
                    A               B                  Total&lt;BR /&gt;
'Missing'      8 (0.3%)       1   (0.2%)       9  (0.3%)&lt;BR /&gt;
Negative 2019 (81.9%)  449 (86.0%)  2468 (82.7%)&lt;BR /&gt;
Positive    437 (17.7%)   72 (13.8%)    509 (17.0%)&lt;BR /&gt;
Total      2464 (100%)   522 (100%)   2986 (100%)&lt;BR /&gt;
&lt;BR /&gt;
I would like an output with the missing values outside percentage calculation as:&lt;BR /&gt;
&lt;BR /&gt;
b15                     Tipus&lt;BR /&gt;
                    A               B                  Total&lt;BR /&gt;
'Missing'      8                  1                   9 &lt;BR /&gt;
Negative 2019 (82.2%)  449 (86.2%)  2468 (82.9%)&lt;BR /&gt;
Positive    437 (17.8%)   72 (13.8%)    509 (17.1%)&lt;BR /&gt;
Total      2456 (100%)   521 (100%)   2977 (100%)&lt;BR /&gt;
&lt;BR /&gt;
With this table I would inform about number of missing observation but the percentages are based in valid cases.&lt;BR /&gt;
&lt;BR /&gt;
Thanks four your interest.&lt;BR /&gt;
&lt;BR /&gt;
G. Paluzie&lt;/B15&gt;</description>
      <pubDate>Thu, 03 Sep 2009 08:55:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Missing-and-proc-tabulate/m-p/68818#M19718</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-03T08:55:30Z</dc:date>
    </item>
  </channel>
</rss>

