<?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: Predictive Model based on Logistic Regression Model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Predictive-Model-based-on-Logistic-Regression-Model/m-p/370138#M19394</link>
    <description>&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2014/02/19/scoring-a-regression-model-in-sas.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2014/02/19/scoring-a-regression-model-in-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do not post the same question multiple times, I'll merge them into one here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you're looking to do is called scoring a model and there are several ways to do so. The blog post in the link above shows the different methods with sample code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 19:53:24 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-06-23T19:53:24Z</dc:date>
    <item>
      <title>Predictive Model based on Logistic Regression Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Predictive-Model-based-on-Logistic-Regression-Model/m-p/370117#M19393</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working with the Titanic_train dataset, which lists that survival of different passengers aboard the Titanic. I'm trying to take a logistic regression model I fit to that dataset and use it to predict the survial probabilities of a different dataset (Titanic_test). So far I have figured out the first part, the logistic regression model for the train dataset, with my code posted:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc logistic data=TitanicTrain plots(only)=(roc(id=obs) effect);&lt;BR /&gt;model survived(event='1')=age male family passenger_class&lt;BR /&gt;/scale=none clparm=both clodds=both;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I can't figure out how to take that model and and use it on the other dataset. For clarification, the second dataset doesn't tell me wether the passenger survived or not. I'm trying to predict that. I honestly don't know where to start on this problem and any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 19:37:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Predictive-Model-based-on-Logistic-Regression-Model/m-p/370117#M19393</guid>
      <dc:creator>ak16u0</dc:creator>
      <dc:date>2017-06-23T19:37:22Z</dc:date>
    </item>
    <item>
      <title>How do I predict values for one dataset based on a logistic regression model of another?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Predictive-Model-based-on-Logistic-Regression-Model/m-p/370134#M19395</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working with the Titanic_train dataset, which lists that survival of different passengers aboard the Titanic. I'm trying to take a logistic regression model I fit to that dataset and use it to predict the survial probabilities of a different dataset (Titanic_test). So far I have figured out the first part, the logistic regression model for the train dataset, with my code posted:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc logistic data=TitanicTrain plots(only)=(roc(id=obs) effect);&lt;BR /&gt;model survived(event='1')=age male family passenger_class&lt;BR /&gt;/scale=none clparm=both clodds=both;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I can't figure out how to take that model and and use it on the other dataset. For clarification, the second dataset doesn't tell me wether the passenger survived or not. I'm trying to predict that. I honestly don't know where to start on this problem and any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 19:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Predictive-Model-based-on-Logistic-Regression-Model/m-p/370134#M19395</guid>
      <dc:creator>ak16u0</dc:creator>
      <dc:date>2017-06-23T19:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Predictive Model based on Logistic Regression Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Predictive-Model-based-on-Logistic-Regression-Model/m-p/370138#M19394</link>
      <description>&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2014/02/19/scoring-a-regression-model-in-sas.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2014/02/19/scoring-a-regression-model-in-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do not post the same question multiple times, I'll merge them into one here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you're looking to do is called scoring a model and there are several ways to do so. The blog post in the link above shows the different methods with sample code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 19:53:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Predictive-Model-based-on-Logistic-Regression-Model/m-p/370138#M19394</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-23T19:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Predictive Model based on Logistic Regression Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Predictive-Model-based-on-Logistic-Regression-Model/m-p/370146#M19396</link>
      <description>&lt;P&gt;Thank you for your help and I'm sorry about posting it multiple times.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 20:02:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Predictive-Model-based-on-Logistic-Regression-Model/m-p/370146#M19396</guid>
      <dc:creator>ak16u0</dc:creator>
      <dc:date>2017-06-23T20:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I predict values for one dataset based on a logistic regression model of another?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Predictive-Model-based-on-Logistic-Regression-Model/m-p/370306#M19412</link>
      <description>&lt;P&gt;Scoring, which is what you want, is especially easy with PROC LOGISTIC. Just use the SCORE statement. Details in example:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_logistic_examples20.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_logistic_examples20.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2017 22:00:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Predictive-Model-based-on-Logistic-Regression-Model/m-p/370306#M19412</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2017-06-24T22:00:31Z</dc:date>
    </item>
  </channel>
</rss>

