<?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 baseline survival function in the cox model with covariates set to zero ie age3=0 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/baseline-survival-function-in-the-cox-model-with-covariates-set/m-p/139052#M296162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi the code below gives the s_(t)=[s_(0)]^esp(beta *Av(age3)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I modify the code to get the baseline survival at age3=0, that is just s_(0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code that need to be fixed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods trace on /listing;&lt;/P&gt;&lt;P&gt;ods output ParameterEstimates=CPHH;&lt;/P&gt;&lt;P&gt;proc phreg data=new ;&lt;/P&gt;&lt;P&gt;model monset*obs(0)= age3;&lt;/P&gt;&lt;P&gt;baseline out=survs survival= survival;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods trace off;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 01:32:10 GMT</pubDate>
    <dc:creator>desireatem</dc:creator>
    <dc:date>2014-01-13T01:32:10Z</dc:date>
    <item>
      <title>baseline survival function in the cox model with covariates set to zero ie age3=0</title>
      <link>https://communities.sas.com/t5/SAS-Programming/baseline-survival-function-in-the-cox-model-with-covariates-set/m-p/139052#M296162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi the code below gives the s_(t)=[s_(0)]^esp(beta *Av(age3)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I modify the code to get the baseline survival at age3=0, that is just s_(0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code that need to be fixed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods trace on /listing;&lt;/P&gt;&lt;P&gt;ods output ParameterEstimates=CPHH;&lt;/P&gt;&lt;P&gt;proc phreg data=new ;&lt;/P&gt;&lt;P&gt;model monset*obs(0)= age3;&lt;/P&gt;&lt;P&gt;baseline out=survs survival= survival;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods trace off;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 01:32:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/baseline-survival-function-in-the-cox-model-with-covariates-set/m-p/139052#M296162</guid>
      <dc:creator>desireatem</dc:creator>
      <dc:date>2014-01-13T01:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: baseline survival function in the cox model with covariates set to zero ie age3=0</title>
      <link>https://communities.sas.com/t5/SAS-Programming/baseline-survival-function-in-the-cox-model-with-covariates-set/m-p/139053#M296163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data Pattern;&lt;/P&gt;&lt;P&gt; Age=0;&lt;/P&gt;&lt;P&gt;output;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods trace on /listing;&lt;/P&gt;&lt;P&gt;ods output ParameterEstimates=CPHH;&lt;/P&gt;&lt;P&gt;proc phreg data=new ;&lt;/P&gt;&lt;P&gt;model monset*obs(0)= age;&lt;/P&gt;&lt;P&gt;baseline covariates=Pattern out=survs survival= survival;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods trace off;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 04:42:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/baseline-survival-function-in-the-cox-model-with-covariates-set/m-p/139053#M296163</guid>
      <dc:creator>desireatem</dc:creator>
      <dc:date>2014-01-13T04:42:50Z</dc:date>
    </item>
  </channel>
</rss>

