<?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: Is it possible to fully automatize &amp;quot;obj &amp;lt;&amp;lt; Set Desirabilities;&amp;quot; in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-fully-automatize-quot-obj-lt-lt-Set/m-p/762596#M94222</link>
    <description>&lt;P&gt;Thanks for your prompt reply! This already helps, just one more question: Is there a way to only set the "Goal()" of "Response Limits()" as I don't want to change lower limit, upper limit etc.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 13:37:38 GMT</pubDate>
    <dc:creator>RMSEBird223</dc:creator>
    <dc:date>2024-06-05T13:37:38Z</dc:date>
    <item>
      <title>Is it possible to fully automatize "obj &lt;&lt; Set Desirabilities;"</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-fully-automatize-quot-obj-lt-lt-Set/m-p/762590#M94220</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;when you run the code below (code is taken from the scripting index) a window opens where you can manually specify if a response shall be maximized, be none etc. I was wondering if this manual step can be done completely&amp;nbsp;by scripting such that no user interaction is required at all?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;BR /&gt;&lt;BR /&gt;Note: I'm using JMP 18.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Tiretread.jmp" );
obj = dt &amp;lt;&amp;lt; Profiler(
	Y( :Pred Formula ABRASION, :Pred Formula MODULUS, :Pred Formula ELONG, :Pred Formula HARDNESS )
);
obj &amp;lt;&amp;lt; Desirability Functions( 1 );
obj &amp;lt;&amp;lt; Set Desirabilities;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Jun 2024 13:15:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-fully-automatize-quot-obj-lt-lt-Set/m-p/762590#M94220</guid>
      <dc:creator>RMSEBird223</dc:creator>
      <dc:date>2024-06-05T13:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fully automatize "obj &lt;&lt; Set Desirabilities;"</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-fully-automatize-quot-obj-lt-lt-Set/m-p/762594#M94221</link>
      <description>&lt;P&gt;I think you can do something like this&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Tiretread.jmp");
obj = dt &amp;lt;&amp;lt; Profiler(
	Y(:Pred Formula ABRASION, :Pred Formula MODULUS, :Pred Formula ELONG, :Pred Formula HARDNESS)
);
obj &amp;lt;&amp;lt; Desirability Functions(1);

obj &amp;lt;&amp;lt; (Pred Formula ABRASION &amp;lt;&amp;lt; Response Limits(
	{Lower(100, 1), Middle(150, 1), Upper(200, 1), Goal("None"),
	Importance(0.25)}
));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Jun 2024 13:23:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-fully-automatize-quot-obj-lt-lt-Set/m-p/762594#M94221</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-06-05T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fully automatize "obj &lt;&lt; Set Desirabilities;"</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-fully-automatize-quot-obj-lt-lt-Set/m-p/762596#M94222</link>
      <description>&lt;P&gt;Thanks for your prompt reply! This already helps, just one more question: Is there a way to only set the "Goal()" of "Response Limits()" as I don't want to change lower limit, upper limit etc.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 13:37:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-fully-automatize-quot-obj-lt-lt-Set/m-p/762596#M94222</guid>
      <dc:creator>RMSEBird223</dc:creator>
      <dc:date>2024-06-05T13:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fully automatize "obj &lt;&lt; Set Desirabilities;"</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-fully-automatize-quot-obj-lt-lt-Set/m-p/762604#M94223</link>
      <description>&lt;P&gt;Did you try what would happen if you just dropped those? It might work but I'm not sure&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;obj &amp;lt;&amp;lt; (Pred Formula ABRASION &amp;lt;&amp;lt; Response Limits({Goal("None")}));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Jun 2024 13:49:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-fully-automatize-quot-obj-lt-lt-Set/m-p/762604#M94223</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-06-05T13:49:44Z</dc:date>
    </item>
  </channel>
</rss>

