<?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: How to Export Logits in Enterprise Miner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-Export-Logits-in-Enterprise-Miner/m-p/85076#M577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. This can be a solution but there must be an option to produce automatically the logits. EM produces so much output that i cannot imagine that it can;t produce the logits. I hope someone can answer. A turnaround that i just thought is to produce the log odds (logits) using the sas code node in the utility tab. Since the probability of the primary event is reported i guess we can produce it by a data step using an assignment statement to produce log(prob_b1/(1-prob_b1)). The expression can be assigned to a variable called logit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us see if the automatic way is done!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks again&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2013 23:14:33 GMT</pubDate>
    <dc:creator>andreas_zaras</dc:creator>
    <dc:date>2013-03-21T23:14:33Z</dc:date>
    <item>
      <title>How to Export Logits in Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-Export-Logits-in-Enterprise-Miner/m-p/85074#M575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the utility bode for custom code in EM to export a scored data set form a process flow. The variables that i get from the best model (logist regression) are ok (e.g. probabilities of primary and secondary event, predicted target etc) but i don;t get the logit (log odds) from the regression model. How can i get this variable also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks in adavnce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 20:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-Export-Logits-in-Enterprise-Miner/m-p/85074#M575</guid>
      <dc:creator>andreas_zaras</dc:creator>
      <dc:date>2013-03-21T20:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export Logits in Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-Export-Logits-in-Enterprise-Miner/m-p/85075#M576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm interested in seeing if someone can answer your questions. I've looked into this same question myself not long ago. A logistic regression in EM is run through PROC DMREG. When you look at DMREG's documentation it doesn't say anything about an option to export coeffiecients. The workaround I found, which is no good if you need an automated solution but worked for what I had to do that one time, is the following:&lt;/P&gt;&lt;P&gt;-go to the results of your regression.&lt;/P&gt;&lt;P&gt;-by default EM shows an Effect Plots chart. Highlight that chart.&lt;/P&gt;&lt;P&gt;-now go to View-&amp;gt;Table. This will open up a table that has a few pieces of information on your inputs, including their coefficients which you can use to calculate odds.&lt;/P&gt;&lt;P&gt;-you can now select all the data in the table and paste it in Excel, or you can save the table as a SAS table (File-&amp;gt;Save as, after having highlighted the table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 22:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-Export-Logits-in-Enterprise-Miner/m-p/85075#M576</guid>
      <dc:creator>adjgiulio</dc:creator>
      <dc:date>2013-03-21T22:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export Logits in Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-Export-Logits-in-Enterprise-Miner/m-p/85076#M577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. This can be a solution but there must be an option to produce automatically the logits. EM produces so much output that i cannot imagine that it can;t produce the logits. I hope someone can answer. A turnaround that i just thought is to produce the log odds (logits) using the sas code node in the utility tab. Since the probability of the primary event is reported i guess we can produce it by a data step using an assignment statement to produce log(prob_b1/(1-prob_b1)). The expression can be assigned to a variable called logit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us see if the automatic way is done!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks again&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 23:14:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-Export-Logits-in-Enterprise-Miner/m-p/85076#M577</guid>
      <dc:creator>andreas_zaras</dc:creator>
      <dc:date>2013-03-21T23:14:33Z</dc:date>
    </item>
  </channel>
</rss>

