<?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: interaction term with a continuous variable in PHREG in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/interaction-term-with-a-continuous-variable-in-PHREG/m-p/577552#M13231</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/283282"&gt;@Raymond-milan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to include an interaction term in my cox regression model; one is a categorical variable (severite2=Mild or severe) and the second is continous (AgeAtAgentDate). Althouh i can see the HR estimates for all other variables in the model (the table is attached), I cannot see the HR estimates for the interaction term (AgeAtAgentDate,&amp;nbsp;severite, severite*AgeAtAgentDate).&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;proc phreg data=RMDATA.CCDAnalysis NAMELEN=100 MULTIPASS;​&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; class Severite2(ref="Mild") &amp;nbsp;/ param=ref;​&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; model TimetoHospitDeathcardioByYear*HospitDeathByCardio(0)= severite&lt;SPAN&gt;|&lt;/SPAN&gt;AgeAtAgentDate Urbain male NSRG&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; / SELECTION=B SLS=1 include=1 ties=discrete rl;​&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ods output ParameterEstimates=EstimCCD ModelBuildingSummary=MSCCD;​&lt;/DIV&gt;
&lt;DIV&gt;OUTPUT OUT=OUT XBETA=x;​&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You need to add explicit hazardratio statements to get interaction estimates. See the HAZARDRATIO documentation for more details on the specification.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2019 21:48:30 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-07-29T21:48:30Z</dc:date>
    <item>
      <title>interaction term with a continuous variable in PHREG</title>
      <link>https://communities.sas.com/t5/New-SAS-User/interaction-term-with-a-continuous-variable-in-PHREG/m-p/577481#M13217</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to include an interaction term in my cox regression model; one is a categorical variable (severite2=Mild or severe) and the second is continous (AgeAtAgentDate). Althouh i can see the HR estimates for all other variables in the model (the table is attached), I cannot see the HR estimates for the interaction term (AgeAtAgentDate,&amp;nbsp;severite, severite*AgeAtAgentDate).&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc phreg data=RMDATA.CCDAnalysis NAMELEN=100 MULTIPASS;​&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; class Severite2(ref="Mild") &amp;nbsp;/ param=ref;​&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; model TimetoHospitDeathcardioByYear*HospitDeathByCardio(0)= severite&lt;SPAN&gt;|&lt;/SPAN&gt;AgeAtAgentDate Urbain male NSRG&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; / SELECTION=B SLS=1 include=1 ties=discrete rl;​&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ods output ParameterEstimates=EstimCCD ModelBuildingSummary=MSCCD;​&lt;/DIV&gt;&lt;DIV&gt;OUTPUT OUT=OUT XBETA=x;​&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 18:29:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/interaction-term-with-a-continuous-variable-in-PHREG/m-p/577481#M13217</guid>
      <dc:creator>Raymond-milan</dc:creator>
      <dc:date>2019-07-29T18:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: interaction term with a continuous variable in PHREG</title>
      <link>https://communities.sas.com/t5/New-SAS-User/interaction-term-with-a-continuous-variable-in-PHREG/m-p/577552#M13231</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/283282"&gt;@Raymond-milan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to include an interaction term in my cox regression model; one is a categorical variable (severite2=Mild or severe) and the second is continous (AgeAtAgentDate). Althouh i can see the HR estimates for all other variables in the model (the table is attached), I cannot see the HR estimates for the interaction term (AgeAtAgentDate,&amp;nbsp;severite, severite*AgeAtAgentDate).&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;proc phreg data=RMDATA.CCDAnalysis NAMELEN=100 MULTIPASS;​&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; class Severite2(ref="Mild") &amp;nbsp;/ param=ref;​&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; model TimetoHospitDeathcardioByYear*HospitDeathByCardio(0)= severite&lt;SPAN&gt;|&lt;/SPAN&gt;AgeAtAgentDate Urbain male NSRG&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; / SELECTION=B SLS=1 include=1 ties=discrete rl;​&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ods output ParameterEstimates=EstimCCD ModelBuildingSummary=MSCCD;​&lt;/DIV&gt;
&lt;DIV&gt;OUTPUT OUT=OUT XBETA=x;​&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You need to add explicit hazardratio statements to get interaction estimates. See the HAZARDRATIO documentation for more details on the specification.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 21:48:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/interaction-term-with-a-continuous-variable-in-PHREG/m-p/577552#M13231</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-29T21:48:30Z</dc:date>
    </item>
  </channel>
</rss>

