<?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 which technique to apply in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/which-technique-to-apply/m-p/142736#M2276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 6px 0; color: #141823; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;I have a data set like customer name and month wise count. (In starting third month they have introduced one scheme i want to find out whether the scheme is impacting the next month counts i.e is there are any decrease or increase in mar apr month counts. I want to highlight those records.)&lt;/P&gt;&lt;P style="margin: 6px 0; color: #141823; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;Dataset:&lt;SPAN class="text_exposed_show"&gt;&lt;BR /&gt;Custname Jan Feb Mar Apr&lt;BR /&gt;pvr 15 20 5 4&lt;BR /&gt;adlabs 20 30 40 50&lt;BR /&gt;imax 15 25 5 4&lt;BR /&gt;cinemax 29 35 7 6&lt;BR /&gt;;&lt;BR /&gt;;&lt;BR /&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 6px;"&gt;like this i have one lakh customers and four months count.&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;I want to see based on Jan Feb count is there any trend in Mar Apr.&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;Suppose lets take PVR Jan feb it has increase but in march, apr it has decreased same as cinemax. Adlabs is increasing like that.&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;I want to highlight those customers. Any thoughts/logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Dec 2014 13:35:59 GMT</pubDate>
    <dc:creator>venkatnaveen</dc:creator>
    <dc:date>2014-12-09T13:35:59Z</dc:date>
    <item>
      <title>which technique to apply</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/which-technique-to-apply/m-p/142736#M2276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 6px 0; color: #141823; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;I have a data set like customer name and month wise count. (In starting third month they have introduced one scheme i want to find out whether the scheme is impacting the next month counts i.e is there are any decrease or increase in mar apr month counts. I want to highlight those records.)&lt;/P&gt;&lt;P style="margin: 6px 0; color: #141823; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;Dataset:&lt;SPAN class="text_exposed_show"&gt;&lt;BR /&gt;Custname Jan Feb Mar Apr&lt;BR /&gt;pvr 15 20 5 4&lt;BR /&gt;adlabs 20 30 40 50&lt;BR /&gt;imax 15 25 5 4&lt;BR /&gt;cinemax 29 35 7 6&lt;BR /&gt;;&lt;BR /&gt;;&lt;BR /&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 6px;"&gt;like this i have one lakh customers and four months count.&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;I want to see based on Jan Feb count is there any trend in Mar Apr.&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;Suppose lets take PVR Jan feb it has increase but in march, apr it has decreased same as cinemax. Adlabs is increasing like that.&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;I want to highlight those customers. Any thoughts/logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 13:35:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/which-technique-to-apply/m-p/142736#M2276</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2014-12-09T13:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: which technique to apply</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/which-technique-to-apply/m-p/142737#M2277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I would struggle to put logic in place there as its not a clear yes/no logic.&amp;nbsp; What you are talking about is trend analysis: &lt;A href="http://en.wikipedia.org/wiki/Trend_analysis" title="http://en.wikipedia.org/wiki/Trend_analysis"&gt;Trend analysis - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now I am not familiar enough to provide exact information, but there is material out there.&amp;nbsp; This for instance may be of help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_timeseries_sect037.htm" title="http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_timeseries_sect037.htm"&gt;SAS/ETS(R) 9.2 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So, and this is something I do, you can produce graphs of individual values/means and also an overall graph of means/mins/maxs.&amp;nbsp; That would visually show you where things change e.g. you would have a drop in the line for Mar/Apr for lines PVR and Cinemax.&amp;nbsp; You could maybe also use that information (i.e. output from proc means) to do some logic gates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 13:52:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/which-technique-to-apply/m-p/142737#M2277</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-12-09T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: which technique to apply</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/which-technique-to-apply/m-p/142738#M2278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regardless of trend analysis technique, I think you are better off transposing your data (having Custname, Month and Count as columns).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 15:10:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/which-technique-to-apply/m-p/142738#M2278</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-12-09T15:10:34Z</dc:date>
    </item>
  </channel>
</rss>

