eelbrain.Factor.isnot

Factor.isnot(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.