<?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: Suggestion for Analysis and PROC in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Suggestion-for-Analysis-and-PROC/m-p/793945#M254530</link>
    <description>&lt;P&gt;One way is to add a numeric variable for "Home_team_win" or similar with a value of 1 for Win and 0 for Loss. Don't assign when a tie happens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc means on that variable will give the decimal form of the percent of wins .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc means data=yourdata;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; var Home_team_win;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you add CLASS variables such as tournament you will get a separate result for each tournament.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 02:22:03 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-02-02T02:22:03Z</dc:date>
    <item>
      <title>Suggestion for Analysis and PROC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suggestion-for-Analysis-and-PROC/m-p/793937#M254528</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for suggestions on methods of analysis and what SAS PROC i can use for the following variables/dataset&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Primohunter_0-1643764926805.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68138i23D198A140500DEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Primohunter_0-1643764926805.png" alt="Primohunter_0-1643764926805.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Suggestions such as: how to find the win probability for the Home_Team?!&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 01:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suggestion-for-Analysis-and-PROC/m-p/793937#M254528</guid>
      <dc:creator>Primohunter</dc:creator>
      <dc:date>2022-02-02T01:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion for Analysis and PROC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suggestion-for-Analysis-and-PROC/m-p/793945#M254530</link>
      <description>&lt;P&gt;One way is to add a numeric variable for "Home_team_win" or similar with a value of 1 for Win and 0 for Loss. Don't assign when a tie happens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc means on that variable will give the decimal form of the percent of wins .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc means data=yourdata;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; var Home_team_win;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you add CLASS variables such as tournament you will get a separate result for each tournament.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 02:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suggestion-for-Analysis-and-PROC/m-p/793945#M254530</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-02-02T02:22:03Z</dc:date>
    </item>
  </channel>
</rss>

