How to use the Easy Filter constructor

The following examples will show you how you can create your own filters in a (relatively) simple manner:

Filtering a continuous column

This example shows how you can use the easy filter to check for equivalence or greater/less than and the like. We will use the included dataset "Kitchen Rolls" and will filter on the PartipantNumber-column. The steps taken in the video will be outlined underneath.

Filtering one or more categoricals

This example shows you how to filter a certain categorical variable alone and in combination with another. We will do this through both the variable window and the easy filter

Filtering on standard deviation

This example shows you how to filter based on being larger than it's own standard deviation.

Of course you can also use the other functions in the list on the right in combination with the operators above to check for many desired values.

Conditioned filtering - simple example

This is a simple example to show how you can use conditional filtering. In this case we just want the rows that show the maximum age.

Conditioned filtering - outliers per group

This is a simple example to show how you can filter outliers per group using conditional filtering.