Adding moving Average to a bivariate graph
Hello,my data table looks something like this:dataBeforeAvg = datadataMovingAVG = calculate moving average 7 days back (based on dataBeforeAvg column)doing fit x by y graph I have a graph with regular dataBeforeAvg on Y and date on Xwhat I want to do is take the moving AVG line and stick it on the graph above is this possible in JMP 12?