How to use graph builder to graph a matrix in memory
Hi All, I have a script where I am testing out the autocorrelation of two columns in a data table. This is done on the Big Clas.jmp file. I want to add to this script a panel that also shows the graph of the autocorrelation between the two columns -- specifically, I'm trying to graph the column called Lag and the column called Corr vs weight in the Time Series report shown above. I can get th...