<?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: Estimate of Crude Event Rate w/out Regression Model in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Estimate-of-Crude-Event-Rate-w-out-Regression-Model/m-p/192707#M48393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would the output be for this particular data example?&lt;/P&gt;&lt;P&gt;I'm just confused with an ID and the the nevents being 3, indicates multiple events per ID?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 02:08:33 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-12-03T02:08:33Z</dc:date>
    <item>
      <title>Estimate of Crude Event Rate w/out Regression Model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Estimate-of-Crude-Event-Rate-w-out-Regression-Model/m-p/192704#M48390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking to compare my output for a treatment effect in a regression model to an estimate of crude event rate obtained without using a regression model. The regression model is not causing any difficulties, but my other model is. I want to compute my total number of events and the follow-up time for each of my treatment groups so that I can provide a crude event rate for each of my treatment groups, but thus far I have not been able to achieve this. I assumed I could use a proc freq procedure:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 00:28:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Estimate-of-Crude-Event-Rate-w-out-Regression-Model/m-p/192704#M48390</guid>
      <dc:creator>byrne410</dc:creator>
      <dc:date>2014-12-03T00:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate of Crude Event Rate w/out Regression Model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Estimate-of-Crude-Event-Rate-w-out-Regression-Model/m-p/192705#M48391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would you calculate this by hand?&lt;/P&gt;&lt;P&gt;Its easiest if you post sample data (not necessarily actual data) with the desired output format/calculation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For time based analysis I'm assuming you're using proc phreg? or proc lifereg?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 00:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Estimate-of-Crude-Event-Rate-w-out-Regression-Model/m-p/192705#M48391</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-03T00:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate of Crude Event Rate w/out Regression Model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Estimate-of-Crude-Event-Rate-w-out-Regression-Model/m-p/192706#M48392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To calculate it by hand, I would only need a summary of the overall incidence between my treatment groups. Then I could provide a estimate of the crude event rate for each group.&amp;nbsp; My data would look similar to this, except there will be many more observations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trtgrp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nevents&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; followuptime&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 01:18:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Estimate-of-Crude-Event-Rate-w-out-Regression-Model/m-p/192706#M48392</guid>
      <dc:creator>byrne410</dc:creator>
      <dc:date>2014-12-03T01:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate of Crude Event Rate w/out Regression Model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Estimate-of-Crude-Event-Rate-w-out-Regression-Model/m-p/192707#M48393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would the output be for this particular data example?&lt;/P&gt;&lt;P&gt;I'm just confused with an ID and the the nevents being 3, indicates multiple events per ID?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 02:08:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Estimate-of-Crude-Event-Rate-w-out-Regression-Model/m-p/192707#M48393</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-03T02:08:33Z</dc:date>
    </item>
  </channel>
</rss>

