eelbrain.Factor.isnotin

Factor.isnotin(self, values)

Find the index of entries not in values

Returns:
index : array of bool

For each case False if the value is in values, else True.