<?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: Prroc phreg output statement in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Prroc-phreg-output-statement/m-p/854944#M42280</link>
    <description>They were simulated so that they have weak correlations among them.</description>
    <pubDate>Sat, 21 Jan 2023 01:25:39 GMT</pubDate>
    <dc:creator>Yasu</dc:creator>
    <dc:date>2023-01-21T01:25:39Z</dc:date>
    <item>
      <title>Prroc phreg output statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prroc-phreg-output-statement/m-p/854829#M42274</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm applying two different cox models to the same dataset.&lt;/P&gt;
&lt;P&gt;The linear predictor (XBETA) is different, but the survivor function estimate is exactly the same between two models.&lt;/P&gt;
&lt;P&gt;Does this happen by chance?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below are codes and outputs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC PHREG DATA=&amp;amp;DATA.;&lt;BR /&gt;CLASS Z/PARAM=REF REF=FIRST;&lt;BR /&gt;MODEL TIME*EVENT(0)=Z P1_3 P2_3 / RL;&lt;BR /&gt;OUTPUT OUT=A SURVIVAL=SURV XBETA=XBETA;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC PHREG DATA=&amp;amp;DATA.;&lt;BR /&gt;CLASS Z/PARAM=REF REF=FIRST;&lt;BR /&gt;MODEL TIME*EVENT(0)=Z SP1_3 SP2_3 / RL;&lt;BR /&gt;OUTPUT OUT=B SURVIVAL=SURV XBETA=XBETA;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="コメント 2023-01-20 221256.jpg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79562i0FAB394041F17D69/image-size/large?v=v2&amp;amp;px=999" role="button" title="コメント 2023-01-20 221256.jpg" alt="コメント 2023-01-20 221256.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 13:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prroc-phreg-output-statement/m-p/854829#M42274</guid>
      <dc:creator>Yasu</dc:creator>
      <dc:date>2023-01-20T13:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Prroc phreg output statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prroc-phreg-output-statement/m-p/854836#M42275</link>
      <description>&lt;P&gt;So the difference in the two models is the two different model statements:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;MODEL TIME*EVENT(0)=Z P1_3 P2_3 / RL;
MODEL TIME*EVENT(0)=Z SP1_3 SP2_3 / RL;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Since you know, and we don't, what is different between P1_3 and SP1_3 and&amp;nbsp;what is different between P2_3 and SP2_3, perhaps you could tell us what the differences are. In particular, if there is a mathematical function that gives an exact relationship between P2_3 and SP2_3 and an exact relationship between P1_3 and SP1_3, then the fact that the survivor function estimates are identical would be expected.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 14:20:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prroc-phreg-output-statement/m-p/854836#M42275</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-01-20T14:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Prroc phreg output statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prroc-phreg-output-statement/m-p/854839#M42276</link>
      <description>&lt;P&gt;Hi Paige,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They are imaginary variables that are normally distributed.&amp;nbsp;Please imagine that P1_3 and P2_3 are office systolic and diastolic blood pressure, and SP1_3 and SP2_3 are home systolic and diastolic blood pressure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yasu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yasu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 14:45:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prroc-phreg-output-statement/m-p/854839#M42276</guid>
      <dc:creator>Yasu</dc:creator>
      <dc:date>2023-01-20T14:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Prroc phreg output statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prroc-phreg-output-statement/m-p/854841#M42277</link>
      <description>&lt;P&gt;Were they created to have some mathematical relationship between the office variable and the home variable?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 14:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prroc-phreg-output-statement/m-p/854841#M42277</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-01-20T14:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Prroc phreg output statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prroc-phreg-output-statement/m-p/854944#M42280</link>
      <description>They were simulated so that they have weak correlations among them.</description>
      <pubDate>Sat, 21 Jan 2023 01:25:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prroc-phreg-output-statement/m-p/854944#M42280</guid>
      <dc:creator>Yasu</dc:creator>
      <dc:date>2023-01-21T01:25:39Z</dc:date>
    </item>
  </channel>
</rss>

