I am building a workflow and while recording I do the Fit Y by X and then do the Means/ANOVA and Means Comparisons -> Student's t. When I stop recording it only does the JSL script for the Fit X by Y:
Data Table( "My Table" )
<< Oneway(
Y( :Percent Change ),
X( :Estimate ),
Means( 1 ),
Mean Diamonds( 1 ),
Each Pair( 1 ),
SendToReport(
Dispatch( {}, "Oneway Plot", FrameBox, {Frame Size( 474, 336 )} )
)
)
Does anyone know how to add the code in to have the Means/ANOVA and Student's t run auotmatically?