<?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: PHREG Vs PROC REG in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PHREG-Vs-PROC-REG/m-p/150043#M39554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt;"&gt;Try proc reg/proc glm, proc phreg was designed to do Cox regression analysis of continuous-time survival data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 12pt 0px 0px;"&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 18:10:15 GMT</pubDate>
    <dc:creator>stat_sas</dc:creator>
    <dc:date>2014-10-30T18:10:15Z</dc:date>
    <item>
      <title>PHREG Vs PROC REG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PHREG-Vs-PROC-REG/m-p/150039#M39550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I know this might sound an easy and new beginners questions however while i was working on multiple linear regression model i wanted to check the residuals and to create a graph for the same. During research I found both phreg and prog reg can be handy in doing so with some keywords added.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;However I am a bit confused - what is the situation where i could use phreg and not proc reg and vice versa and both can be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Kindly advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 17:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PHREG-Vs-PROC-REG/m-p/150039#M39550</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2014-10-30T17:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: PHREG Vs PROC REG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PHREG-Vs-PROC-REG/m-p/150040#M39551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your dependent variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 17:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PHREG-Vs-PROC-REG/m-p/150040#M39551</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-10-30T17:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: PHREG Vs PROC REG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PHREG-Vs-PROC-REG/m-p/150041#M39552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have2&amp;nbsp; models where 1 has milegae and the other has houseprice&lt;/P&gt;&lt;P&gt;as the respective dependent varaible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 17:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PHREG-Vs-PROC-REG/m-p/150041#M39552</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2014-10-30T17:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: PHREG Vs PROC REG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PHREG-Vs-PROC-REG/m-p/150042#M39553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proc Phreg is for Survival analysis, when you have censored data. &lt;/P&gt;&lt;P&gt;Proc Reg is for regression analysis. If you want alternatives to Proc Reg consider Proc GLM.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd suggest mentioning the type of analysis you wanted to do and then looking at the type of procs that are appropriate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ats.ucla.edu/stat/mult_pkg/whatstat/" title="http://www.ats.ucla.edu/stat/mult_pkg/whatstat/"&gt;Choosing the Correct Statistical Test in SAS, Stata and SPSS&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 17:56:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PHREG-Vs-PROC-REG/m-p/150042#M39553</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-10-30T17:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: PHREG Vs PROC REG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PHREG-Vs-PROC-REG/m-p/150043#M39554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt;"&gt;Try proc reg/proc glm, proc phreg was designed to do Cox regression analysis of continuous-time survival data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 12pt 0px 0px;"&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 18:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PHREG-Vs-PROC-REG/m-p/150043#M39554</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-10-30T18:10:15Z</dc:date>
    </item>
  </channel>
</rss>

