<?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 proc phreg, result of 'assess' statement, Standardized score process plot in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-phreg-result-of-assess-statement-Standardized-score-process/m-p/63530#M3009</link>
    <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I have a question for the use and result of 'assess' statement in SAS proc phreg.&lt;BR /&gt;
&lt;BR /&gt;
I used the following code. I got plot of Standardized Score Process and p_value.&lt;BR /&gt;
I found the p_value for the testing of Proportional Assumption changes for different run.&lt;BR /&gt;
&lt;BR /&gt;
How to explain the plot? And how to explain the changes of the p_value for the testing? Due to resampling? I am not familiar with the inside calculation.&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot!!&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
&lt;BR /&gt;
proc phreg data = days;&lt;BR /&gt;
     class trt;&lt;BR /&gt;
     model pfsdays*cen(1) = trt / rl;         &lt;BR /&gt;
     assess ph resample;     &lt;BR /&gt;
run;  &lt;BR /&gt;
&lt;BR /&gt;
ods graphics off;</description>
    <pubDate>Mon, 09 May 2011 01:43:12 GMT</pubDate>
    <dc:creator>likestat</dc:creator>
    <dc:date>2011-05-09T01:43:12Z</dc:date>
    <item>
      <title>proc phreg, result of 'assess' statement, Standardized score process plot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-phreg-result-of-assess-statement-Standardized-score-process/m-p/63530#M3009</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I have a question for the use and result of 'assess' statement in SAS proc phreg.&lt;BR /&gt;
&lt;BR /&gt;
I used the following code. I got plot of Standardized Score Process and p_value.&lt;BR /&gt;
I found the p_value for the testing of Proportional Assumption changes for different run.&lt;BR /&gt;
&lt;BR /&gt;
How to explain the plot? And how to explain the changes of the p_value for the testing? Due to resampling? I am not familiar with the inside calculation.&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot!!&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
&lt;BR /&gt;
proc phreg data = days;&lt;BR /&gt;
     class trt;&lt;BR /&gt;
     model pfsdays*cen(1) = trt / rl;         &lt;BR /&gt;
     assess ph resample;     &lt;BR /&gt;
run;  &lt;BR /&gt;
&lt;BR /&gt;
ods graphics off;</description>
      <pubDate>Mon, 09 May 2011 01:43:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-phreg-result-of-assess-statement-Standardized-score-process/m-p/63530#M3009</guid>
      <dc:creator>likestat</dc:creator>
      <dc:date>2011-05-09T01:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc phreg, result of 'assess' statement, Standardized score process plot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-phreg-result-of-assess-statement-Standardized-score-process/m-p/63531#M3010</link>
      <description>No one answer? I really hope to understand the basic of the plot.&lt;BR /&gt;
&lt;BR /&gt;
What does the Standardized score process (y_value) mean?  &lt;BR /&gt;
&lt;BR /&gt;
I tried more. If I use difference reference in the code, the plot just is like a mirror opposite.  All positive values become negative vallues but the absolute values seems just the same. &lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot!!&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
&lt;BR /&gt;
proc phreg data = days;&lt;BR /&gt;
class trt (ref = 'A'); **or ref = 'B';&lt;BR /&gt;
model pfsdays*cen(1) = trt / rl; &lt;BR /&gt;
assess ph resample; &lt;BR /&gt;
run; &lt;BR /&gt;
&lt;BR /&gt;
ods graphics off;</description>
      <pubDate>Mon, 16 May 2011 01:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-phreg-result-of-assess-statement-Standardized-score-process/m-p/63531#M3010</guid>
      <dc:creator>likestat</dc:creator>
      <dc:date>2011-05-16T01:39:14Z</dc:date>
    </item>
  </channel>
</rss>

