<?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: Model target=1 instead of Target=0 in Nominal Logistic Regression in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Model-target-1-instead-of-Target-0-in-Nominal-Logistic/m-p/6215#M6214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anca,&lt;/P&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; I found the way to model target=1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In your data table, right click on the Target column and under column properties there is an option Value Ordering. You need to put the value 1 before 0. This will do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I appreciate your effort in helping me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2013 17:13:39 GMT</pubDate>
    <dc:creator>amitkb</dc:creator>
    <dc:date>2013-01-29T17:13:39Z</dc:date>
    <item>
      <title>Model target=1 instead of Target=0 in Nominal Logistic Regression</title>
      <link>https://community.jmp.com/t5/Discussions/Model-target-1-instead-of-Target-0-in-Nominal-Logistic/m-p/6211#M6210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In fitting a Nominal Logistics Regression, JMP models Target=0. I want to model target=1 and get the parametric estimates for the factors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How can i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I appreciate all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit Bothra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 14:42:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Model-target-1-instead-of-Target-0-in-Nominal-Logistic/m-p/6211#M6210</guid>
      <dc:creator>amitkb</dc:creator>
      <dc:date>2013-01-29T14:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Model target=1 instead of Target=0 in Nominal Logistic Regression</title>
      <link>https://community.jmp.com/t5/Discussions/Model-target-1-instead-of-Target-0-in-Nominal-Logistic/m-p/6212#M6211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I am not sure if this applies/works in JMP&lt;/P&gt;&lt;P&gt;but there is an option in the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROC LOGISTIC data = your_data &lt;STRONG&gt;DESCENDING;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model y = x1 x2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Maybe this helps?&lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.jmp.com/5.0.2/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 15:01:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Model-target-1-instead-of-Target-0-in-Nominal-Logistic/m-p/6212#M6211</guid>
      <dc:creator>ancatilea</dc:creator>
      <dc:date>2013-01-29T15:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Model target=1 instead of Target=0 in Nominal Logistic Regression</title>
      <link>https://community.jmp.com/t5/Discussions/Model-target-1-instead-of-Target-0-in-Nominal-Logistic/m-p/6213#M6212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anca,&lt;/P&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; Thanks for the reply.&amp;nbsp; In SAS its easy and there are multiple ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In JMP its wizard driven, so trying to figure out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit Bothra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 15:20:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Model-target-1-instead-of-Target-0-in-Nominal-Logistic/m-p/6213#M6212</guid>
      <dc:creator>amitkb</dc:creator>
      <dc:date>2013-01-29T15:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Model target=1 instead of Target=0 in Nominal Logistic Regression</title>
      <link>https://community.jmp.com/t5/Discussions/Model-target-1-instead-of-Target-0-in-Nominal-Logistic/m-p/6214#M6213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this helps...(as I am completely unfamiliar with JMP)&lt;/P&gt;&lt;P&gt;Here is an extract from :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.jmp.com/support/help/Logistic_Fit_Platform_Options.shtml" title="http://www.jmp.com/support/help/Logistic_Fit_Platform_Options.shtml"&gt;Logistic Fit Platform Options&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;For binary responses, the log odds ratio for flipped response levels&lt;STRONG&gt; involves only changing the sign of the parameter&lt;/STRONG&gt;, so you might want the reciprocal of the reported value to focus on the last response level instead of the first.&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="plain" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.jmp.com/5.0.2/images/emoticons/plain.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 16:36:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Model-target-1-instead-of-Target-0-in-Nominal-Logistic/m-p/6214#M6213</guid>
      <dc:creator>ancatilea</dc:creator>
      <dc:date>2013-01-29T16:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Model target=1 instead of Target=0 in Nominal Logistic Regression</title>
      <link>https://community.jmp.com/t5/Discussions/Model-target-1-instead-of-Target-0-in-Nominal-Logistic/m-p/6215#M6214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anca,&lt;/P&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; I found the way to model target=1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In your data table, right click on the Target column and under column properties there is an option Value Ordering. You need to put the value 1 before 0. This will do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I appreciate your effort in helping me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 17:13:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Model-target-1-instead-of-Target-0-in-Nominal-Logistic/m-p/6215#M6214</guid>
      <dc:creator>amitkb</dc:creator>
      <dc:date>2013-01-29T17:13:39Z</dc:date>
    </item>
  </channel>
</rss>

