<?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 How Do I Extract CI of (Bi + Rij) in ZPH output or output statment of PHREG in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516330#M3121</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to extract CI of (Bi+Rij) from zph output or output statment of PHREG.&lt;/P&gt;&lt;P&gt;Bi+ Rij represent Beta estimates weighted by standardized shoenfeld residuals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know option or the exact equation for calulating these CIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;cnetphil.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Nov 2018 14:54:35 GMT</pubDate>
    <dc:creator>cnetphil</dc:creator>
    <dc:date>2018-11-27T14:54:35Z</dc:date>
    <item>
      <title>How Do I Extract CI of (Bi + Rij) in ZPH output or output statment of PHREG</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516330#M3121</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to extract CI of (Bi+Rij) from zph output or output statment of PHREG.&lt;/P&gt;&lt;P&gt;Bi+ Rij represent Beta estimates weighted by standardized shoenfeld residuals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know option or the exact equation for calulating these CIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;cnetphil.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 14:54:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516330#M3121</guid>
      <dc:creator>cnetphil</dc:creator>
      <dc:date>2018-11-27T14:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Extract CI of (Bi + Rij) in ZPH output or output statment of PHREG</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516332#M3123</link>
      <description>&lt;P&gt;Welcome to the SAS community. Can you show us your code?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 14:58:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516332#M3123</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-11-27T14:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Extract CI of (Bi + Rij) in ZPH output or output statment of PHREG</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516338#M3124</link>
      <description>&lt;P&gt;from example :&lt;/P&gt;&lt;P&gt;proc phreg data=Rats zph(out=zph);&lt;BR /&gt;model Days*Status(0)=Group;&lt;BR /&gt;output out=output ressch=ressch wtressch=wtressch xbeta=beta;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the zph table gives (Bi+Rij) and days of cases.&lt;/P&gt;&lt;P&gt;the output table gives Bi and Rij so I can also caculate Bi+Rij by a simple addition.&lt;/P&gt;&lt;P&gt;But I cannot extract CI of (Bi+Rij) and I do not find the exact equation for calculating that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in adavance,&lt;/P&gt;&lt;P&gt;centphil.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 15:06:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516338#M3124</guid>
      <dc:creator>cnetphil</dc:creator>
      <dc:date>2018-11-27T15:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Extract CI of (Bi + Rij) in ZPH output or output statment of PHREG</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516420#M3159</link>
      <description>You likely need a customized ESTIMATE statement to get your estimates. &lt;BR /&gt;&lt;A href="https://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_phreg_syntax.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_phreg_syntax.htm&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Nov 2018 17:06:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516420#M3159</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-27T17:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Extract CI of (Bi + Rij) in ZPH output or output statment of PHREG</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516455#M3169</link>
      <description>&lt;P&gt;thanks for your response,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you specify the exact statment option for obtaining adequate output of CI for ( Bi+ RIj) extimates and not only Beta estimates for linear predicators?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;sincerely,&lt;/P&gt;&lt;P&gt;cnetphil&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 18:59:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516455#M3169</guid>
      <dc:creator>cnetphil</dc:creator>
      <dc:date>2018-11-27T18:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Extract CI of (Bi + Rij) in ZPH output or output statment of PHREG</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516461#M3173</link>
      <description>Unfortunately that part I don't have time for. Estimates statements are complicated and each time I do them, I essentially re-learn them. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2012/05/02/estimate-statements-the-final-installment/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2012/05/02/estimate-statements-the-final-installment/&lt;/A&gt;</description>
      <pubDate>Tue, 27 Nov 2018 19:30:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-Do-I-Extract-CI-of-Bi-Rij-in-ZPH-output-or-output-statment/m-p/516461#M3173</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-27T19:30:06Z</dc:date>
    </item>
  </channel>
</rss>

