<?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: Load Factors table into DOE using JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Load-Factors-table-into-DOE-using-JSL/m-p/215752#M43093</link>
    <description>&lt;P&gt;I solved it. It was actually a super simple solution:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;DOeInit = DOE(
	Custom Design,
	{Add Response( Maximize, "Y", ., ., . ), Set Random Seed( 4547922 ),
	Optimality Criterion( Name( "Make D-Optimal Design" ) ), Simulate Responses( 0 ),
	Save X Matrix( 0 )}
);
DOeInit &amp;lt;&amp;lt; Load Factors()&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;As long as the Factors table remain open, this will automatically gets imported.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2019 21:12:02 GMT</pubDate>
    <dc:creator>nguyendv0610</dc:creator>
    <dc:date>2019-07-01T21:12:02Z</dc:date>
    <item>
      <title>Load Factors table into DOE using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Load-Factors-table-into-DOE-using-JSL/m-p/215740#M43091</link>
      <description>&lt;P&gt;I am designing multiple DOE using risks assesments done in Excel. I wrote a script to organize all the variables into a neat table and converted the properties to that of a factors table (credit to a previous post (&lt;A href="https://community.jmp.com/t5/Discussions/Saving-a-data-table-as-a-factors-table/m-p/192725#M41204" target="_self"&gt;Saving a data table as a factors table&lt;/A&gt;:(&lt;/img&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt3  = Current Data Table();
nomdata = dt3 &amp;lt;&amp;lt; get column names( nominal );
condata = dt3 &amp;lt;&amp;lt; get column names( continuous );

For( i = 1, i &amp;lt;= N Items( nomdata ), i++,
  Column( dt3, Char( nomdata[i] ) ) &amp;lt;&amp;lt; Set Property("Design Role", Design Role( Categorical ), Factor Changes( Easy))
);

For( i = 1, i &amp;lt;= N Items( condata ), i++,
  Column( dt3, Char( condata[i] ) ) &amp;lt;&amp;lt; Set Property("Design Role", Design Role( Continuous ),  Factor Changes( Easy))
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Now I would like load this factot table into the Custom design DOE, is there a way to do this using JSL or is using the graphic interface the only way?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:25:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Load-Factors-table-into-DOE-using-JSL/m-p/215740#M43091</guid>
      <dc:creator>nguyendv0610</dc:creator>
      <dc:date>2023-06-09T23:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load Factors table into DOE using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Load-Factors-table-into-DOE-using-JSL/m-p/215752#M43093</link>
      <description>&lt;P&gt;I solved it. It was actually a super simple solution:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;DOeInit = DOE(
	Custom Design,
	{Add Response( Maximize, "Y", ., ., . ), Set Random Seed( 4547922 ),
	Optimality Criterion( Name( "Make D-Optimal Design" ) ), Simulate Responses( 0 ),
	Save X Matrix( 0 )}
);
DOeInit &amp;lt;&amp;lt; Load Factors()&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;As long as the Factors table remain open, this will automatically gets imported.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 21:12:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Load-Factors-table-into-DOE-using-JSL/m-p/215752#M43093</guid>
      <dc:creator>nguyendv0610</dc:creator>
      <dc:date>2019-07-01T21:12:02Z</dc:date>
    </item>
  </channel>
</rss>

