"unhide and unexclude" adds datapoints to multivariate analysis; can that be avoided?
Hi, I have a datatble with different categories of batteries that I want to analyses separately. So I have written a script that loops through the different types of batteries. It "hides and excludes" all batteries but the ones I'm interested in, then makes some plots. In the next iteration, it selects another type of batteries, "hides and excludes" the other ones and make some plots. For the time...