<?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: Odds Ratio output in SAS VDMML - Logistic Regression in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Odds-Ratio-output-in-SAS-VDMML-Logistic-Regression/m-p/787409#M9006</link>
    <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer!&lt;BR /&gt;&lt;BR /&gt;Let us say that i have a pipeline with the following nodes: Data--&amp;gt; Imputation--&amp;gt; logistic regression--&amp;gt;SAS code&lt;BR /&gt;What sas code should i write to the SAS code node so as to get the odds ratios from the model fevelopped in the logistic regression node?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Andreas&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 26 Dec 2021 12:43:01 GMT</pubDate>
    <dc:creator>andreas_zaras</dc:creator>
    <dc:date>2021-12-26T12:43:01Z</dc:date>
    <item>
      <title>Odds Ratio output in SAS VDMML - Logistic Regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Odds-Ratio-output-in-SAS-VDMML-Logistic-Regression/m-p/786933#M9002</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran a logistic regression model in SAS VDMML in SA Viya for Learners but i could not find any ouput related to the Odds Ratios (like it was in SAS EM). Is this output missing only form SAS Viya for Learners and exists in the professional version of SAS Viya? It will be included in future versions of SAS VDMML - Viya for Learners? Can we produce it easily through the pipeline with maybe a piece of code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 14:21:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Odds-Ratio-output-in-SAS-VDMML-Logistic-Regression/m-p/786933#M9002</guid>
      <dc:creator>andreas_zaras</dc:creator>
      <dc:date>2021-12-21T14:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Odds Ratio output in SAS VDMML - Logistic Regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Odds-Ratio-output-in-SAS-VDMML-Logistic-Regression/m-p/786945#M9003</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I remember, the odds ratios are indeed not part of the Results&lt;/P&gt;
&lt;P&gt;returned by the Logistic Regression node in SAS VDMML.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For the odds ratios you can run the (winning | selected) model in a code node using :&lt;/P&gt;
&lt;UL class="lia-list-style-type-disc"&gt;
&lt;LI&gt;PROC GENMOD (SAS/STAT)&lt;/LI&gt;
&lt;LI&gt;PROC LOGISTIC (SAS/STAT)&lt;/LI&gt;
&lt;LI&gt;PROC LOGSELECT (Visual Statistics)&lt;/LI&gt;
&lt;LI&gt;PROC CATMOD (SAS/STAT)&lt;/LI&gt;
&lt;LI&gt;PROC GLIMMIX (SAS/STAT)&lt;/LI&gt;
&lt;LI&gt;PROC GENSELECT (and HPGENSELECT Procedure)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I think VDMML is using&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;PROC CAS statements using the &lt;/SPAN&gt;&lt;CODE class="noProcess"&gt;logistic&lt;/CODE&gt;&lt;SPAN style="font-family: inherit;"&gt; action in the &lt;/SPAN&gt;&lt;CODE class="noProcess"&gt;regression&lt;/CODE&gt;&lt;SPAN style="font-family: inherit;"&gt; action set to fit a &lt;/SPAN&gt;&lt;FONT style="font-family: inherit;"&gt;logistic&lt;/FONT&gt;&lt;SPAN style="font-family: inherit;"&gt; model to your data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cas;
   regression.logistic
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Good luck,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 15:24:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Odds-Ratio-output-in-SAS-VDMML-Logistic-Regression/m-p/786945#M9003</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-12-21T15:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Odds Ratio output in SAS VDMML - Logistic Regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Odds-Ratio-output-in-SAS-VDMML-Logistic-Regression/m-p/787409#M9006</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer!&lt;BR /&gt;&lt;BR /&gt;Let us say that i have a pipeline with the following nodes: Data--&amp;gt; Imputation--&amp;gt; logistic regression--&amp;gt;SAS code&lt;BR /&gt;What sas code should i write to the SAS code node so as to get the odds ratios from the model fevelopped in the logistic regression node?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Andreas&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Dec 2021 12:43:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Odds-Ratio-output-in-SAS-VDMML-Logistic-Regression/m-p/787409#M9006</guid>
      <dc:creator>andreas_zaras</dc:creator>
      <dc:date>2021-12-26T12:43:01Z</dc:date>
    </item>
  </channel>
</rss>

