<?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 Calculate Adjusted Event Rates in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Calculate-Adjusted-Event-Rates/m-p/712719#M34448</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to calculate the adjusted event rates for 2 patient cohorts, after adjusting the model (using proc glimmix) by propensity weights as well as some patient characteristics (age, sex, diabetes, smoking etc).&amp;nbsp;&lt;/P&gt;&lt;P&gt;After running my model (below) I'm not getting any values for the specific outcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice on how to adjust my model to get the adjusted event rates, or is there another procedure I should use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc glimmix data= final_population;&lt;BR /&gt;class patient_group survival&amp;nbsp; gender (ref="0") daibetes (ref="0")&amp;nbsp;smoking (ref="0") obesity&amp;nbsp; (ref="0") ;&lt;BR /&gt;model survival&amp;nbsp; (descending)=age gender daibetes smoking obesity propensity_score / dist=binary link=logit solution;&lt;BR /&gt;random intercept / subject=patient_group&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2021 14:53:56 GMT</pubDate>
    <dc:creator>mekono</dc:creator>
    <dc:date>2021-01-20T14:53:56Z</dc:date>
    <item>
      <title>Calculate Adjusted Event Rates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculate-Adjusted-Event-Rates/m-p/712719#M34448</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to calculate the adjusted event rates for 2 patient cohorts, after adjusting the model (using proc glimmix) by propensity weights as well as some patient characteristics (age, sex, diabetes, smoking etc).&amp;nbsp;&lt;/P&gt;&lt;P&gt;After running my model (below) I'm not getting any values for the specific outcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice on how to adjust my model to get the adjusted event rates, or is there another procedure I should use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc glimmix data= final_population;&lt;BR /&gt;class patient_group survival&amp;nbsp; gender (ref="0") daibetes (ref="0")&amp;nbsp;smoking (ref="0") obesity&amp;nbsp; (ref="0") ;&lt;BR /&gt;model survival&amp;nbsp; (descending)=age gender daibetes smoking obesity propensity_score / dist=binary link=logit solution;&lt;BR /&gt;random intercept / subject=patient_group&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 14:53:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculate-Adjusted-Event-Rates/m-p/712719#M34448</guid>
      <dc:creator>mekono</dc:creator>
      <dc:date>2021-01-20T14:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Adjusted Event Rates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculate-Adjusted-Event-Rates/m-p/713052#M34465</link>
      <description>&lt;P&gt;You will need to add an LSMEANS statement to get the estimates.&amp;nbsp; They will be reported as logits, so you will need to include the ILINK option.&amp;nbsp; If you want to calculate differences in risks, you will need to use the %nlmeans macro.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 13:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculate-Adjusted-Event-Rates/m-p/713052#M34465</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-01-21T13:13:41Z</dc:date>
    </item>
  </channel>
</rss>

