<?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: imputation problem in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/imputation-problem/m-p/186661#M14283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All depends what you have licenced. Eminer has a node for that.&lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/app/papers/multipleimputation.pdf"&gt;http://support.sas.com/rnd/app/papers/multipleimputation.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Jul 2014 15:45:28 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-07-20T15:45:28Z</dc:date>
    <item>
      <title>imputation problem</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/imputation-problem/m-p/186660#M14282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have imputation of missing variables problem with my panel data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have years and employee numbers for every year but i need to replace missing values with previous year's employeee number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i also attached these two specific variables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please help me how can i do this... &lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11568iA4E7260DA159C34F/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="image001.png" title="image001.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 14:49:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/imputation-problem/m-p/186660#M14282</guid>
      <dc:creator>omerzeybek</dc:creator>
      <dc:date>2014-07-20T14:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: imputation problem</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/imputation-problem/m-p/186661#M14283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All depends what you have licenced. Eminer has a node for that.&lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/app/papers/multipleimputation.pdf"&gt;http://support.sas.com/rnd/app/papers/multipleimputation.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 15:45:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/imputation-problem/m-p/186661#M14283</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-07-20T15:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: imputation problem</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/imputation-problem/m-p/186662#M14284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We either need a more complete data example or tell us how to get a 2007 value when there isn't one in the example data since the missing number of employees is for 2008.&lt;BR /&gt;And since there are multiple values of year there must be something else to align the "correct" number of imputed employees. For instance, for 2010 you have 24, 24, 31, 21 and 24 employees. If a 2011 value is missing and needs to be imputed which of the 2010 values should be used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 16:02:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/imputation-problem/m-p/186662#M14284</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-07-21T16:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: imputation problem</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/imputation-problem/m-p/186663#M14285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you are asking about is called 'last observation carried forward' (LOCF).&amp;nbsp; There is an entire literature about why this approach is not statistically sound for imputation (just Google it sometime), but it is still used a lot in the social sciences.&amp;nbsp; I don't intend that as a criticism (sometimes we are 'told' what to do), but wanted to point out that LOCF is not without its detractors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EGuide can't do LOCF with the point-and-click interface; you have to write a data step and use the LAG function (See &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/67239/HTML/default/viewer.htm#n0l66p5oqex1f2n1quuopdvtcjqb.htm" title="http://support.sas.com/documentation/cdl/en/lefunctionsref/67239/HTML/default/viewer.htm#n0l66p5oqex1f2n1quuopdvtcjqb.htm"&gt;SAS(R) 9.4 Functions and CALL Routines: Reference, Second Edition for examples.)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the first item is missing, then you can sort the results in descending order and do it again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 16:35:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/imputation-problem/m-p/186663#M14285</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2014-07-21T16:35:13Z</dc:date>
    </item>
  </channel>
</rss>

