cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
ComplexNerd
Level III

DOE Response and Factor Entry using datatable

Hello guys, 

 

I have recently started to use DOE platform in JMP. is there any way to create response variable from datatable or use copy paste type of any kind. i have 40-50 response variable it feels tedious to type response name forrow wise. can we create this using datatable or any alternative?

1 ACCEPTED SOLUTION

Accepted Solutions
Victor_G
Super User

Re: DOE Response and Factor Entry using datatable

Hi @ComplexNerd,

 

In red triangle of any DoE platforms, you can "Load Factors" or "Load Responses" to avoid re-writing them manually : Custom Design Options (jmp.com)

This is also a question from a previous post : Is it possible to load factor or output response setting from a configuration file? 

The format of your JMP datatable should be like this :

  • Factors table (one column for each factors, one row for one level):
    Victor_G_0-1717421280554.png

    Here there are only two levels because the factors are 2-levels continuous factors. Some column properties need to be set :

    Victor_G_1-1717421361723.png

     

  • Response(s) table :

      Victor_G_2-1717421408572.png

     

Hope this answer will help you,

Victor GUILLER

"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)

View solution in original post

1 REPLY 1
Victor_G
Super User

Re: DOE Response and Factor Entry using datatable

Hi @ComplexNerd,

 

In red triangle of any DoE platforms, you can "Load Factors" or "Load Responses" to avoid re-writing them manually : Custom Design Options (jmp.com)

This is also a question from a previous post : Is it possible to load factor or output response setting from a configuration file? 

The format of your JMP datatable should be like this :

  • Factors table (one column for each factors, one row for one level):
    Victor_G_0-1717421280554.png

    Here there are only two levels because the factors are 2-levels continuous factors. Some column properties need to be set :

    Victor_G_1-1717421361723.png

     

  • Response(s) table :

      Victor_G_2-1717421408572.png

     

Hope this answer will help you,

Victor GUILLER

"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)

Recommended Articles