Search found 1 match
- Wed Sep 25, 2019 11:08 am
- Forum: Help
- Topic: Filtering large datasets with the same filter
- Replies: 1
- Views: 3115
Filtering large datasets with the same filter
Hey boys and girls, does anyone know a good workaround for filtering many variables (> 50) with the same filter? For example, I want to exclude all values that are outside 3 standard deviations from further analysis. So far I have used the following as a filter: -3 <= Z(Variable_A) <= 3. However, it...