How to select my main data table
Hello, So I'm working on a data table and I made a script to make several subsets of it. I'm going through a for loop to automate some modeling analysis. the first iteration goes well : do the subest, launch a fit model in the subset. But then in the second iteration of the loop, it doesn't work anymore, because the selected table is the subset and not the main table. I can't find the right comma...