Excluded Cols still plotting when I run a script, but not when I plot it manually?
So not sure what to is going on here. I'm trying to plot this Group of cols, with several excluded. If I manually launch the FitYbyX, those excluded columns don't even show up in the pop-up and thus don't get plotted. However, when I run this script telling it to plot that Column Group, it still plots the excluded Columns. What's up with this? dt= current data table();
ow2 = Oneway(
Y( dt<<get
...