Graph builder - plotting two x-y lines with selected rows and a third with all rows
Hi folks,Yes, I know the answer to this will be amazingly simple and so am asking with plenty of egg on my face, but I'm spinning wheels right now. These are actual versus predicted plots, and I want to plot two lines using only validation rows from a validation column (for a neural and a standard least squares regression), as well as the result from the regression with all rows. Thought the answe...