<?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 incident rate while controlling for confounders in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/incident-rate-while-controlling-for-confounders/m-p/580346#M164845</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Say you have an incidence rate in PYs. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suppose the variable is called MENNO = number of cases of meningitis&lt;/P&gt;&lt;P&gt;And you have another variable called PYTOTAL = total person years of study&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. How do you program, in SAS, the incidence rate in person-years? (IR in PYs)&lt;/P&gt;&lt;P&gt;2. How do you program a 95% CI of the IR in PYs?&lt;/P&gt;&lt;P&gt;3. How do you program the IR in PYs after confounding, say for age, sex, race?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have any data yet. But I NEED to know the programming steps for these 3 questions and can't find them on the internet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suck at macros at this point, too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;Kate&lt;/P&gt;</description>
    <pubDate>Sat, 10 Aug 2019 11:45:28 GMT</pubDate>
    <dc:creator>katemcguckin</dc:creator>
    <dc:date>2019-08-10T11:45:28Z</dc:date>
    <item>
      <title>incident rate while controlling for confounders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/incident-rate-while-controlling-for-confounders/m-p/580346#M164845</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Say you have an incidence rate in PYs. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suppose the variable is called MENNO = number of cases of meningitis&lt;/P&gt;&lt;P&gt;And you have another variable called PYTOTAL = total person years of study&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. How do you program, in SAS, the incidence rate in person-years? (IR in PYs)&lt;/P&gt;&lt;P&gt;2. How do you program a 95% CI of the IR in PYs?&lt;/P&gt;&lt;P&gt;3. How do you program the IR in PYs after confounding, say for age, sex, race?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have any data yet. But I NEED to know the programming steps for these 3 questions and can't find them on the internet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suck at macros at this point, too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;Kate&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2019 11:45:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/incident-rate-while-controlling-for-confounders/m-p/580346#M164845</guid>
      <dc:creator>katemcguckin</dc:creator>
      <dc:date>2019-08-10T11:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: incident rate while controlling for confounders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/incident-rate-while-controlling-for-confounders/m-p/580347#M164846</link>
      <description>&lt;P&gt;It's hard to give code without being able to reference an actual data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, for example, take this part of your question&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1. How do you program, in SAS, the incidence rate in person-years? (IR in PYs)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you had to do this without a computer, in other words, do it in your head, or pencil and paper, what are the calculations?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2019 11:50:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/incident-rate-while-controlling-for-confounders/m-p/580347#M164846</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-08-10T11:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: incident rate while controlling for confounders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/incident-rate-while-controlling-for-confounders/m-p/580369#M164855</link>
      <description>Isn't that just MEMNO/PYTOTAL?&lt;BR /&gt;&lt;BR /&gt;If you don't have real data, make fake data and work with that. Working with imaginative constructs is much harder, especially trying to explain it to someone else. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Aug 2019 17:41:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/incident-rate-while-controlling-for-confounders/m-p/580369#M164855</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-10T17:41:15Z</dc:date>
    </item>
  </channel>
</rss>

