<?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: Obtaining logit equation for implementing purposes in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Obtaining-logit-equation-for-implementing-purposes/m-p/175455#M9053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have "BASE" (usually known as Reference Level) then you only have the intercept and possibly another term. This would be equivalent to what EG would display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example for a person who is single with High School education&lt;/P&gt;&lt;P&gt;Y=B0+B3&lt;/P&gt;&lt;P&gt;Person Married with no studies:&lt;/P&gt;&lt;P&gt;Y=B0+B1&lt;/P&gt;&lt;P&gt;Single, No studies&lt;/P&gt;&lt;P&gt;Y=B0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're not getting the numbers you expect its likely you've made a mistake either in computing your regression (failing to specify class values with PARAM=REF), setting your output correctly (Y=0 is default regression)&lt;/P&gt;&lt;P&gt;or not doing the correct calculation, not implementing the formula correctly.&lt;/P&gt;&lt;P&gt;The following two links may help you:&lt;/P&gt;&lt;P&gt;&lt;A href="http://statgeeks.wordpress.com/2013/11/19/logistic-regression-quick-tips/" title="http://statgeeks.wordpress.com/2013/11/19/logistic-regression-quick-tips/"&gt;Logistic Regression &amp;amp;#8211; Quick Tips | Statistics and other stuff from a geek&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="155313" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 16:03:21 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2013-12-17T16:03:21Z</dc:date>
    <item>
      <title>Obtaining logit equation for implementing purposes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Obtaining-logit-equation-for-implementing-purposes/m-p/175454#M9052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if you could help me to obtain the ecuation from a logit regression model, to obtain the individual estimates by hand, since i already have them on a SAS table. The purpose of it, is to give the equation to TI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;My ecuation has, continuous, and categorical variables (Trouble is in the last one)&lt;/LI&gt;&lt;LI&gt;Dependent variable is y=1 or y=0&lt;/LI&gt;&lt;LI&gt;example: y = b0 + (b1Married + b2Divorced) + (b3HighSchool + b4College)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Single as "Base"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No Studies as "Base"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For individuals with "Nonbase" characteristics such as Married, Divorced, High School or College, the procedure by hand gives me the estimated "y".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When implementing to production, i find trouble when i have individuals with caracteristics taken as "Base", since the intercept enbody the whole "Base" caracteristics, can´t isolate them and therefore, obtain a different estimated "y".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please tell me what to do when having an individual with one or two base caracteristics? How can i get the adjusted "y" i get automatically from enterprise Guide?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cesar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 15:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Obtaining-logit-equation-for-implementing-purposes/m-p/175454#M9052</guid>
      <dc:creator>CesarOmarHR</dc:creator>
      <dc:date>2013-12-17T15:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining logit equation for implementing purposes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Obtaining-logit-equation-for-implementing-purposes/m-p/175455#M9053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have "BASE" (usually known as Reference Level) then you only have the intercept and possibly another term. This would be equivalent to what EG would display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example for a person who is single with High School education&lt;/P&gt;&lt;P&gt;Y=B0+B3&lt;/P&gt;&lt;P&gt;Person Married with no studies:&lt;/P&gt;&lt;P&gt;Y=B0+B1&lt;/P&gt;&lt;P&gt;Single, No studies&lt;/P&gt;&lt;P&gt;Y=B0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're not getting the numbers you expect its likely you've made a mistake either in computing your regression (failing to specify class values with PARAM=REF), setting your output correctly (Y=0 is default regression)&lt;/P&gt;&lt;P&gt;or not doing the correct calculation, not implementing the formula correctly.&lt;/P&gt;&lt;P&gt;The following two links may help you:&lt;/P&gt;&lt;P&gt;&lt;A href="http://statgeeks.wordpress.com/2013/11/19/logistic-regression-quick-tips/" title="http://statgeeks.wordpress.com/2013/11/19/logistic-regression-quick-tips/"&gt;Logistic Regression &amp;amp;#8211; Quick Tips | Statistics and other stuff from a geek&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="155313" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 16:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Obtaining-logit-equation-for-implementing-purposes/m-p/175455#M9053</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-12-17T16:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining logit equation for implementing purposes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Obtaining-logit-equation-for-implementing-purposes/m-p/175456#M9054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, it worked! This was holding us back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cesar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 16:42:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Obtaining-logit-equation-for-implementing-purposes/m-p/175456#M9054</guid>
      <dc:creator>CesarOmarHR</dc:creator>
      <dc:date>2013-12-17T16:42:21Z</dc:date>
    </item>
  </channel>
</rss>

