<?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: How to find the unique combinatons totatl matches in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-find-the-unique-combinatons-totatl-matches/m-p/839876#M41622</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp; tq sir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2022 09:53:09 GMT</pubDate>
    <dc:creator>sas_university</dc:creator>
    <dc:date>2022-10-21T09:53:09Z</dc:date>
    <item>
      <title>How to find the unique combinatons totatl matches</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-find-the-unique-combinatons-totatl-matches/m-p/839866#M41620</link>
      <description>&lt;P&gt;i have two variables&amp;nbsp; first variables is number of teams, second variable is number of times this are two my variables ,&lt;/P&gt;&lt;P&gt;example : i have 10 cricket teams ,10 teams play each other only one time combination , total how many matches is happened , 45 matches is happened . how to calculate on sas.&lt;/P&gt;&lt;P&gt;data ds;&lt;/P&gt;&lt;P&gt;infile datalines ;&lt;/P&gt;&lt;P&gt;input no_of_teams&amp;nbsp; no_of_times;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;10 1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;total matches happened 45 how to calculate on sas anyone can help me this logic .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 08:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-find-the-unique-combinatons-totatl-matches/m-p/839866#M41620</guid>
      <dc:creator>sas_university</dc:creator>
      <dc:date>2022-10-21T08:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the unique combinatons totatl matches</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-find-the-unique-combinatons-totatl-matches/m-p/839868#M41621</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/431981"&gt;@sas_university&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lefunctionsref/n1fdwthip0k61yn1bw77s8cupaxw.htm" target="_blank" rel="noopener"&gt;COMB function&lt;/A&gt;:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set ds;
no_of_matches=comb(no_of_teams,2)*no_of_times;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Oct 2022 08:54:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-find-the-unique-combinatons-totatl-matches/m-p/839868#M41621</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2022-10-21T08:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the unique combinatons totatl matches</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-find-the-unique-combinatons-totatl-matches/m-p/839876#M41622</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp; tq sir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 09:53:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-find-the-unique-combinatons-totatl-matches/m-p/839876#M41622</guid>
      <dc:creator>sas_university</dc:creator>
      <dc:date>2022-10-21T09:53:09Z</dc:date>
    </item>
  </channel>
</rss>

