<?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: Prediction Interval for Logistic Regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-Interval-for-Logistic-Regression/m-p/322204#M17038</link>
    <description>Thank you!</description>
    <pubDate>Tue, 03 Jan 2017 17:08:02 GMT</pubDate>
    <dc:creator>hansmuller</dc:creator>
    <dc:date>2017-01-03T17:08:02Z</dc:date>
    <item>
      <title>Prediction Interval for Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-Interval-for-Logistic-Regression/m-p/321306#M17035</link>
      <description>&lt;P&gt;I want to obtain the predition interval of the predictive value for an individual case from the logistic regression model.&amp;nbsp;In Proc Logistic, is the confidence limit obtained from output statement the confidence interval for the mean preditive value or the prediction interval for an individual case? If it is not the prediction interval how can I obtain it? It does not have both options that we can choose like Proc Reg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;hm&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 16:31:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-Interval-for-Logistic-Regression/m-p/321306#M17035</guid>
      <dc:creator>hansmuller</dc:creator>
      <dc:date>2016-12-27T16:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction Interval for Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-Interval-for-Logistic-Regression/m-p/321347#M17036</link>
      <description>&lt;P&gt;It's the confidence interval for a specific case/value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get the standard errors and probably need to calculate the prediction interval on your own unfortunately.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 21:39:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-Interval-for-Logistic-Regression/m-p/321347#M17036</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-27T21:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction Interval for Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-Interval-for-Logistic-Regression/m-p/321408#M17037</link>
      <description>&lt;PRE&gt;
Check SCORE statement 's CLM option.


proc logistic data=sashelp.class;
model sex=age weight height;
score data=sashelp.class out=want clm fitstat;
run;
proc print;run;


&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Dec 2016 10:45:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-Interval-for-Logistic-Regression/m-p/321408#M17037</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-12-28T10:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction Interval for Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-Interval-for-Logistic-Regression/m-p/322204#M17038</link>
      <description>Thank you!</description>
      <pubDate>Tue, 03 Jan 2017 17:08:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-Interval-for-Logistic-Regression/m-p/322204#M17038</guid>
      <dc:creator>hansmuller</dc:creator>
      <dc:date>2017-01-03T17:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction Interval for Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-Interval-for-Logistic-Regression/m-p/322207#M17039</link>
      <description>Thank you. SCORE provides the posterior probabilities and confidence intervals which shall work for my objective.</description>
      <pubDate>Tue, 03 Jan 2017 17:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-Interval-for-Logistic-Regression/m-p/322207#M17039</guid>
      <dc:creator>hansmuller</dc:creator>
      <dc:date>2017-01-03T17:12:39Z</dc:date>
    </item>
  </channel>
</rss>

