<?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: Logistic Regression: Confidence interval of predicted value? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125866#M6586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dead and Trtsize are the DEPENDENT variables whose predicted value PROC LOGISTIC estimates.&amp;nbsp; If any of the independent variables were missing from an observation, PROC LOGISTIC could NOT estimate its predicted value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Mar 2013 23:08:17 GMT</pubDate>
    <dc:creator>1zmm</dc:creator>
    <dc:date>2013-03-03T23:08:17Z</dc:date>
    <item>
      <title>Logistic Regression: Confidence interval of predicted value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125860#M6580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been doing a logistic regression of two variables. Dose [1,5,10,15] and response [binomial list of how many died after being given a specific treatment dose]. In PROC LOGISTIC, you can ask for confidence intervals with the l= and u= statements in the output. This results in a logistic regression model of what percentage of individuals you can expect to to die after being given a specific doseage.&amp;nbsp; The output will give the confidence intervals for predicted mortality at doses 1,5,10,and 15. I'm using the events / trails syntax, so I'm using a statement like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc logistic data =data plots=effect plots=ROC&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;model&amp;nbsp;&amp;nbsp;&amp;nbsp; dead/trtsize =dose&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;output out=mortalitymeasures p=LT&amp;nbsp; l=lower95 u=upper95; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;However, what if I'm interested in confidence intervals between the treatment doses? Specifically I'm interested in 50% mortality, which occurs between doses 5 and 10 at 6.5. I'm rusty on my logistic regression, but is it even statistically feasible to try to calculate a confidence interval for mortality at 6.5 since there were no observations at this dose, and hence no sample size to generate a confidence interval? Seems like an issue of interpolation. If it's actually appropriate look for confidence intervals for predictions between treatments, how would I go about this for something like PROC LOGISTIC or LIFEREG?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Mar 2013 18:46:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125860#M6580</guid>
      <dc:creator>hanson4022</dc:creator>
      <dc:date>2013-03-02T18:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logistic Regression: Confidence interval of predicted value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125861#M6581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the example in the user guide on how to score a dataset.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect066.htm" title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect066.htm"&gt;SAS/STAT(R) 9.2 User's Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Mar 2013 19:11:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125861#M6581</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-02T19:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Logistic Regression: Confidence interval of predicted value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125862#M6582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does including in the original logistic regression a "dummy" observation with a value of DOSE=6.5 but missing values for DEAD and TRTSIZE yield a predicted value and its 95% confidence interval for that DOSE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2013 17:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125862#M6582</guid>
      <dc:creator>1zmm</dc:creator>
      <dc:date>2013-03-03T17:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logistic Regression: Confidence interval of predicted value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125863#M6583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Missing values are excluded from the fitting of the data and the model wouldn't be able fit because there are no dead or trtsize values. Typically, when you fit for a specific variable the others are set to the average value of the observed data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2013 17:43:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125863#M6583</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-03T17:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Logistic Regression: Confidence interval of predicted value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125864#M6584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added an observation with non-missing independent variables but with missing dependent variables in the events/trials syntax to the PROC LOGISTIC ingots data set.&amp;nbsp; PROC LOGISTIC estimated a predicted value and its 95% confidence interval for this observation without any problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2013 18:24:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125864#M6584</guid>
      <dc:creator>1zmm</dc:creator>
      <dc:date>2013-03-03T18:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Logistic Regression: Confidence interval of predicted value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125865#M6585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct. I forgot that dead/trtsize were the dependent variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Reeza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2013 21:59:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125865#M6585</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-03T21:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Logistic Regression: Confidence interval of predicted value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125866#M6586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dead and Trtsize are the DEPENDENT variables whose predicted value PROC LOGISTIC estimates.&amp;nbsp; If any of the independent variables were missing from an observation, PROC LOGISTIC could NOT estimate its predicted value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2013 23:08:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Logistic-Regression-Confidence-interval-of-predicted-value/m-p/125866#M6586</guid>
      <dc:creator>1zmm</dc:creator>
      <dc:date>2013-03-03T23:08:17Z</dc:date>
    </item>
  </channel>
</rss>

