| T O P I C    R E V I E W | 
              
              
                | Tryphon | 
                Posted - 09/18/2015 : 10:21:06 AM  Dear,
  I plan to buy the last Origin Pro version. In the programming guide, I see the possibility to use statistical tests straight in a script.
  However, I am not sure if it is possible to use 2-way ANOVA test (or Kruskal Wallis ANOVA test) in a script.
  Could you clarify this or describe a way to do this?
  Thank you. | 
              
              
                | 5   L A T E S T    R E P L I E S    (Newest First) | 
              
              
                | Tryphon | 
                Posted - 09/22/2015 : 09:51:12 AM  IT WORKS !!!!
  (Invoking ANOVATwoWay in the menu and clicking on the ShowInfo of the result sheet (ANOVA2Way1) helps to understand which range to use with op_change)
  Thank you. | 
              
              
                | lkb0221 | 
                Posted - 09/21/2015 : 10:54:28 AM  You can use op_change XF to read the tree form an existing wks and see all the detailed settings. | 
              
              
                | Tryphon | 
                Posted - 09/20/2015 : 2:35:06 PM  I saw th One way ANOVA example. I understand I can replace "oneway" by "twoway" in each command/variable name.
  However, I cannot find documentation that explains how to select the columns using indexed input data option :
  twowayGUI.GUI.InputData.Use = 0;
  How to refer to the right variable strings :
  ?     twowayGUI.GUI.InputData.Data.Factor_A$=Col(A);     ?   ?     twowayGUI.GUI.InputData.Data.Factor_B$=Col(B);     ?   ?     twowayGUI.GUI.InputData.Data.Factor_DATA$=Col(DATA);  ?
  Any idea ? | 
              
              
                | Tryphon | 
                Posted - 09/18/2015 : 10:59:24 AM  Thank you and have a nice day. | 
              
              
                | lkb0221 | 
                Posted - 09/18/2015 : 10:34:45 AM  For LabTalk, you need to use xop X-Function: http://www.originlab.com/doc/X-Function/ref/xop
  For OriginC, you can use NAG lib. |