<?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: EM: Where to find fitstats in Regression Nodes (Reg &amp;amp; HPReg) &amp;amp; Error encountered in Cuto in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/EM-Where-to-find-fitstats-in-Regression-Nodes-Reg-amp-HPReg-amp/m-p/417641#M6399</link>
    <description>&lt;P&gt;Hi Funda,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Yes, I have checked the HPLogistic and HPReg codes already. I was tempted to use the SAS Code node but I wish to exhaust all possible EM functionalities before I resort to that. It is unfortunate that it isn't supported so noted on that, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts on items #1 and #3? Reg node does not generate the pseudo/McFadden's R-square. So should I use Code node as well? Wonder why that is not included though, it is one of the most basis stats when checking model results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the cutoff node, any thoughts on that as well? Cannot use said node at all due to the persistent error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Appreciate your time to answer.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2017 02:58:24 GMT</pubDate>
    <dc:creator>krizA</dc:creator>
    <dc:date>2017-12-01T02:58:24Z</dc:date>
    <item>
      <title>EM: Where to find fitstats in Regression Nodes (Reg &amp; HPReg) &amp; Error encountered in Cutoff Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/EM-Where-to-find-fitstats-in-Regression-Nodes-Reg-amp-HPReg-amp/m-p/417284#M6387</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some few questions on some Enterprise Miner nodes. Hope you can help me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(1) Regression Node - Logistic Regression&lt;/P&gt;&lt;P&gt;- I noticed that it doesn't generate R-squared values and the usual goodness of fit statistics, like what the Proc Logistic does. I thought of using the SAS Code node instead to get the complete set of stats through Proc logistic. But&amp;nbsp;before I switch to that maybe you have some ideas how to check it in the EM results page/s? Maybe I missed it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Other option I thought of is the HP Regression node which generates the Hosmer-Lemeshow, 3 R-square values and Somers' D by default. However, the results of this node are not as user-friendly as Regression node (ie, Beta estimates, odds ratios etc).&amp;nbsp; I can just use it though just to get those stats. I have yet to check if it gives me the same result as Regression node - in terms of coefficients and significant variables. Does anybody have any thoughts on this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(2) HP&amp;nbsp;Regression Node - Logistic Regression&lt;/P&gt;&lt;P&gt;- Just wanted to make sure that the values under "PARTITION FIT STATISTICS" for Hosmer-lemeshow is the statistic itself and not the p-value? I tried to search for the technical documentation in Eminer Help and even on the internet but it doesn't give me the specifics - just the formula.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(3) Cutoff Node&amp;nbsp;&lt;/P&gt;&lt;P&gt;- After developing my logistic regression model, I wanted to play around and analyze different cutoffs. But when I tried to do so, it gives me a runtime error everytime. Upon checking the logs, it shows: "ERROR: Undeclared array referenced: symputx".&amp;nbsp;&lt;/P&gt;&lt;P&gt;- The only different thing I did for this model development is that I did oversampling due to rare event (0.78%) and then added Decisions node to adjust priors to ensure adjusment in my predicted probabilities. I don't see any reasons why it should create some error though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate any thoughts and suggestions. Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 01:57:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/EM-Where-to-find-fitstats-in-Regression-Nodes-Reg-amp-HPReg-amp/m-p/417284#M6387</guid>
      <dc:creator>krizA</dc:creator>
      <dc:date>2017-11-30T01:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: EM: Where to find fitstats in Regression Nodes (Reg &amp; HPReg) &amp; Error encountered in Cuto</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/EM-Where-to-find-fitstats-in-Regression-Nodes-Reg-amp-HPReg-amp/m-p/417460#M6393</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HP Regression node is built on top of PROC HPLOGISTIC and PROC HPREG. Unfortunately, the high-performance procedures do not support the full functionality of non high-performance version of these procedures (such as PROC LOGISTIC, PROC REG, PROC GLMSELECT, ...). For more information about the capabilities of these procedures, please see proc documentations for&amp;nbsp;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_hplogistic_toc.htm&amp;amp;locale=en" target="_self"&gt;PROC HPLOGISTIC&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_hpreg_overview.htm&amp;amp;locale=en" target="_self"&gt;PROC HPREG&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC HPLOGISTIC supports generalized &lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_hplogistic_syntax07.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en#statug.hplogistic.model_rsquare" target="_self"&gt;RSQUARE &lt;/A&gt;in the MODEL statement, however this option is currently not supported in EM. One way to get around this is to run PROC HPLOGISTIC through the CODE node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Funda&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 16:08:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/EM-Where-to-find-fitstats-in-Regression-Nodes-Reg-amp-HPReg-amp/m-p/417460#M6393</guid>
      <dc:creator>Funda_SAS</dc:creator>
      <dc:date>2017-11-30T16:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: EM: Where to find fitstats in Regression Nodes (Reg &amp; HPReg) &amp; Error encountered in Cuto</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/EM-Where-to-find-fitstats-in-Regression-Nodes-Reg-amp-HPReg-amp/m-p/417641#M6399</link>
      <description>&lt;P&gt;Hi Funda,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Yes, I have checked the HPLogistic and HPReg codes already. I was tempted to use the SAS Code node but I wish to exhaust all possible EM functionalities before I resort to that. It is unfortunate that it isn't supported so noted on that, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts on items #1 and #3? Reg node does not generate the pseudo/McFadden's R-square. So should I use Code node as well? Wonder why that is not included though, it is one of the most basis stats when checking model results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the cutoff node, any thoughts on that as well? Cannot use said node at all due to the persistent error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Appreciate your time to answer.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 02:58:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/EM-Where-to-find-fitstats-in-Regression-Nodes-Reg-amp-HPReg-amp/m-p/417641#M6399</guid>
      <dc:creator>krizA</dc:creator>
      <dc:date>2017-12-01T02:58:24Z</dc:date>
    </item>
  </channel>
</rss>

