FPCA summaries via JSL
I would like to save the FPCA summaries automatically using JSL. It seems I need to script the actions by clicking on the menu options. So far, I can create the model with the using this script FPCA // → Data Table( "Fermentation Process" )
Open( "$SAMPLE_DATA/Functional Data/Fermentation Process.jmp" );
Functional Data Explorer(
Y( :Ethanol ),
X( :Time ),
ID( :BatchID ),
Data Processing( Ali
...