<?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 proportion and distribution in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proportion-and-distribution/m-p/804200#M316659</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this might seems very simple to some.&lt;/P&gt;&lt;P&gt;1. How do I generate a report on proportion of patients with any physician visit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. How do I report the distribution of the number of physician visits per patient.&lt;/P&gt;&lt;P&gt;There are multiple records per patient&lt;/P&gt;&lt;P&gt;Here is my dummy data&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;input patientid phyvisit$;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;10&amp;nbsp; xyz&lt;/P&gt;&lt;P&gt;10&amp;nbsp; abc&lt;/P&gt;&lt;P&gt;10&amp;nbsp; ijk&lt;/P&gt;&lt;P&gt;11 abc&lt;/P&gt;&lt;P&gt;11 edc&lt;/P&gt;&lt;P&gt;12 abc&lt;/P&gt;&lt;P&gt;12 adc&lt;/P&gt;&lt;P&gt;12 zxc&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Mar 2022 23:52:44 GMT</pubDate>
    <dc:creator>CathyVI</dc:creator>
    <dc:date>2022-03-25T23:52:44Z</dc:date>
    <item>
      <title>proportion and distribution</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proportion-and-distribution/m-p/804200#M316659</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this might seems very simple to some.&lt;/P&gt;&lt;P&gt;1. How do I generate a report on proportion of patients with any physician visit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. How do I report the distribution of the number of physician visits per patient.&lt;/P&gt;&lt;P&gt;There are multiple records per patient&lt;/P&gt;&lt;P&gt;Here is my dummy data&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;input patientid phyvisit$;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;10&amp;nbsp; xyz&lt;/P&gt;&lt;P&gt;10&amp;nbsp; abc&lt;/P&gt;&lt;P&gt;10&amp;nbsp; ijk&lt;/P&gt;&lt;P&gt;11 abc&lt;/P&gt;&lt;P&gt;11 edc&lt;/P&gt;&lt;P&gt;12 abc&lt;/P&gt;&lt;P&gt;12 adc&lt;/P&gt;&lt;P&gt;12 zxc&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 23:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proportion-and-distribution/m-p/804200#M316659</guid>
      <dc:creator>CathyVI</dc:creator>
      <dc:date>2022-03-25T23:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: proportion and distribution</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proportion-and-distribution/m-p/804226#M316679</link>
      <description>&lt;P&gt;What is the report supposed to look like?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say proportion there should be some sort of numerator and denominator involved. What are they? Count of Patients? Count of Doctors? Count of Visits? Count of unique patients (each patient only counted one time)?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 05:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proportion-and-distribution/m-p/804226#M316679</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-03-26T05:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: proportion and distribution</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proportion-and-distribution/m-p/804282#M316713</link>
      <description>Based on the question, its the count of patient, so numerator will be count of patient with any physician visit and denominator will be ALL patient. Any coding idea will be really appreciated.</description>
      <pubDate>Sat, 26 Mar 2022 17:42:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proportion-and-distribution/m-p/804282#M316713</guid>
      <dc:creator>CathyVI</dc:creator>
      <dc:date>2022-03-26T17:42:39Z</dc:date>
    </item>
  </channel>
</rss>

