<?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: Censored normal regression to adjust for hypertension treatment effect in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Censored-normal-regression-to-adjust-for-hypertension-treatment/m-p/112695#M259124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! It looks like PROC LIFEREG will do the trick. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Oct 2013 17:12:15 GMT</pubDate>
    <dc:creator>LucyLou</dc:creator>
    <dc:date>2013-10-15T17:12:15Z</dc:date>
    <item>
      <title>Censored normal regression to adjust for hypertension treatment effect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Censored-normal-regression-to-adjust-for-hypertension-treatment/m-p/112693#M259122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to figure out how to run a censored normal regression in SAS. I have cross-sectional data that I am analyzing to examine the association of an independent variable with systolic blood pressure (SBP). The observed SBP in treated individuals (HTNMed=1) is right censored, therefore I have been told to use censored normal regression. I have found how to do this in STATA (cnreg), but I can't seem to figure it out in SAS.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amanda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 21:12:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Censored-normal-regression-to-adjust-for-hypertension-treatment/m-p/112693#M259122</guid>
      <dc:creator>LucyLou</dc:creator>
      <dc:date>2013-10-14T21:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Censored normal regression to adjust for hypertension treatment effect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Censored-normal-regression-to-adjust-for-hypertension-treatment/m-p/112694#M259123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have SAS/ETS licensed?&amp;nbsp; If so, take a look at PROC QLIM.or PROC HPQLIM.&amp;nbsp; I don't think there is a good way to approach this with SAS/STAT, but you might consider PROC LIFEREG for tobit regression--check Example 51.2 Computing Predicted Values for a Tobit Model, and see if you can substitute your values into the example there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 12:29:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Censored-normal-regression-to-adjust-for-hypertension-treatment/m-p/112694#M259123</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-10-15T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Censored normal regression to adjust for hypertension treatment effect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Censored-normal-regression-to-adjust-for-hypertension-treatment/m-p/112695#M259124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! It looks like PROC LIFEREG will do the trick. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 17:12:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Censored-normal-regression-to-adjust-for-hypertension-treatment/m-p/112695#M259124</guid>
      <dc:creator>LucyLou</dc:creator>
      <dc:date>2013-10-15T17:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Censored normal regression to adjust for hypertension treatment effect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Censored-normal-regression-to-adjust-for-hypertension-treatment/m-p/112696#M259125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been successful in using Proc Lifereg to run censored normal regression for my analysis (thank you!). Now I am trying to predict mean outcome values (blood pressure) for 4 different models starting with a minimally adjusted model to one adjusting for all covariates, and am having trouble figuring out how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to follow this example: &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_lifereg_sect035.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_lifereg_sect035.htm&lt;/A&gt;, but I'm starting to think that this is not the answer to my problem because my mean blood pressure is not changing more than a few tenths when I move from model 1 to model 4. I know this cannot be the case based on the results of the Proc Lifereg. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what I may be doing wrong or how to calculate mean outcome values for tobit models with right censoring?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any advice you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amanda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2014 23:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Censored-normal-regression-to-adjust-for-hypertension-treatment/m-p/112696#M259125</guid>
      <dc:creator>LucyLou</dc:creator>
      <dc:date>2014-02-01T23:11:23Z</dc:date>
    </item>
  </channel>
</rss>

