cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Thierry_S
Super User

WINDOWS > JMP 17.2 > Scripting > Ordered Differences Report Capture as a Matrix > HELP

Hi JMP Community,

 

I am working on an automation script to analyze a large dataset. I want to capture the Ordered Differences Report for many variables.  To speed up the analysis, I traditionally capture the output of the analysis platform using matrices. However, for this particular application, the order of the output (rows) depends on the test results (see below).

Thierry_S_2-1745518533201.png

Hence, the order of the comparison may change for each variable.

Is there an approach to lock the order of the rows in this table to guarantee the consistent capture of the result values as a matrix?

If not, how would you approach this problem (e.g., capture the result TableBox as a Table > Sort on both "Level" and "-Level" > Capture as a Matrix)?

Thank you for your input.

Best regards,

TS

Thierry R. Sornasse
1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: WINDOWS > JMP 17.2 > Scripting > Ordered Differences Report Capture as a Matrix > HELP

I would most likely do what you are suggesting: turn the table box into table and sort by two columns. You can then choose what you wish to do: collect all results into the same table, start building some other method of result collection (associative array + matrix), ...

-Jarmo

View solution in original post

1 REPLY 1
jthi
Super User

Re: WINDOWS > JMP 17.2 > Scripting > Ordered Differences Report Capture as a Matrix > HELP

I would most likely do what you are suggesting: turn the table box into table and sort by two columns. You can then choose what you wish to do: collect all results into the same table, start building some other method of result collection (associative array + matrix), ...

-Jarmo

Recommended Articles