<?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: Visualizing missing data in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Visualizing-missing-data/m-p/581290#M17803</link>
    <description>&lt;P&gt;It would likely help to provide an example of some data, not all of it but a few variables of each type and enough records to indicate the different types of "present" and "missing" data, with a way to know which is missing or not for each record.&lt;/P&gt;
&lt;P&gt;Then rules for what you actually want reported based on that example data.&lt;/P&gt;
&lt;P&gt;Best is to provide some example of how you intend the output to look like as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you might want to provide some actual details of what "missing" means in each case. For example, if a question should not have an answer because of skip patterns that could well not be "missing". I tend to think, in survey terms, that missing is an expected response with no actual response recorded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also some approaches can be somewhat data dependent. There are some things much easier with numeric values than character. So are your "all that apply" questions giving a list of numeric values as codes or text strings?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2019 21:12:58 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-08-14T21:12:58Z</dc:date>
    <item>
      <title>Visualizing missing data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Visualizing-missing-data/m-p/581286#M17802</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently distributed a survey. I am now analyzing the results. The survey has mostly categorical variables, with a few "Select all that apply", as well as some skip logic. is there a way to produce a report that will allow me to create a report of missing data? There are a lot of variables so I was trying to avoid counting the number reported as missing manually from the "proc freq". Any suggestions are welcome! I'm not sure where to start.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 20:57:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Visualizing-missing-data/m-p/581286#M17802</guid>
      <dc:creator>Missmichelle</dc:creator>
      <dc:date>2019-08-14T20:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Visualizing missing data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Visualizing-missing-data/m-p/581290#M17803</link>
      <description>&lt;P&gt;It would likely help to provide an example of some data, not all of it but a few variables of each type and enough records to indicate the different types of "present" and "missing" data, with a way to know which is missing or not for each record.&lt;/P&gt;
&lt;P&gt;Then rules for what you actually want reported based on that example data.&lt;/P&gt;
&lt;P&gt;Best is to provide some example of how you intend the output to look like as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you might want to provide some actual details of what "missing" means in each case. For example, if a question should not have an answer because of skip patterns that could well not be "missing". I tend to think, in survey terms, that missing is an expected response with no actual response recorded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also some approaches can be somewhat data dependent. There are some things much easier with numeric values than character. So are your "all that apply" questions giving a list of numeric values as codes or text strings?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 21:12:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Visualizing-missing-data/m-p/581290#M17803</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-14T21:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Visualizing missing data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Visualizing-missing-data/m-p/581379#M17806</link>
      <description>&lt;P&gt;I remember&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; has already written a blog about it .&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 12:20:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Visualizing-missing-data/m-p/581379#M17806</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-08-15T12:20:27Z</dc:date>
    </item>
  </channel>
</rss>

