<?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: Which technique should be used in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171662#M44267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;create table want as&lt;/P&gt;&lt;P&gt;select city, avg(delay) as delay&lt;/P&gt;&lt;P&gt;from have&lt;/P&gt;&lt;P&gt;group by city&lt;/P&gt;&lt;P&gt;order by calculated delay descending&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2014 09:32:40 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2014-11-14T09:32:40Z</dc:date>
    <item>
      <title>Which technique should be used</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171660#M44265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I am working on a data where there are 65000 observations. this is a transport delay data for various cities. So i need to find if there is a relation between the cities and the delay in days. T-test and ANOVA cannot be conducted as day is a numeric value and city is a categorical value. Also would it be advisable if i aggrgate the data i.e. total of delay in days for a particular city and then run some descriptive analysis. Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:12:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171660#M44265</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2014-11-14T09:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Which technique should be used</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171661#M44266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you not just create a day character field = dayc=strip(put(day,best.));&amp;nbsp; and use that in your procedures.&amp;nbsp; Note 65k records is rather small so processing should be very fast.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:30:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171661#M44266</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-11-14T09:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Which technique should be used</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171662#M44267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;create table want as&lt;/P&gt;&lt;P&gt;select city, avg(delay) as delay&lt;/P&gt;&lt;P&gt;from have&lt;/P&gt;&lt;P&gt;group by city&lt;/P&gt;&lt;P&gt;order by calculated delay descending&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:32:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171662#M44267</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-11-14T09:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Which technique should be used</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171663#M44268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not see any limitation why numeric vars cannot be categorical.&lt;/P&gt;&lt;P&gt;Dates are numbers the number is day count passed since 1 jan1960. A marvelous number to calculate the delay when you have the datae (number) end/start&lt;/P&gt;&lt;P&gt;What is your question that is a numeric? where wich product?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:53:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171663#M44268</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-14T09:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Which technique should be used</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171664#M44269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jaap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is that for multiple cities (city is a categorical variable) I have related delay in number of days. These days are numeric like 1, 2, 10, 40 etc hence if i want to test any assumptions say whether city and number of delay days correlated i cant do that cause it voilates the assumptions of correlation. Similarly as there are multiple data values for each city (multiple delay dates) i also cant run anova or ttest hence please advice what test should be deployed here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;writting a code is not a concern here. its how the relationship should be tested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 10:24:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171664#M44269</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2014-11-14T10:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Which technique should be used</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171665#M44270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shivi, than that is a role for a statistician. It is to discuss what the variables are meaning before going for some analyses.&lt;/P&gt;&lt;P&gt;We should talk about measurements categorical (binomimal ordinal).&amp;nbsp; &lt;/P&gt;&lt;P&gt;I would avoid numeric character as characters are numbers (encoding) in a computer and numbers are often used as some character human.&amp;nbsp; Confusing....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have:&lt;/P&gt;&lt;P&gt;- cities (categorical)&lt;/P&gt;&lt;P&gt;- Than there is some delay information. Delay on what (the transport)&amp;nbsp; you have in it numbers. binning in classes is applying a format.&lt;/P&gt;&lt;P&gt;&amp;nbsp; could be delay short (1-2 day)&amp;nbsp; medium (3-7 day)&amp;nbsp; and so on.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; You can apply that on the delays column&amp;nbsp; (no correlation assumed) or getting into corrections for known causes/correlation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your data structure rows/columns in an acceptable way setup or must this be transformed first. What is the topic/event to analyse?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 10:56:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Which-technique-should-be-used/m-p/171665#M44270</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-14T10:56:36Z</dc:date>
    </item>
  </channel>
</rss>

