Hi,
I've been going through different analyses and marking outliers in my dataset with different data markers (eg open square, circle, etc...).
Now I'm trying to sort by data markers so I can hid and exclude the outliers. The other option is to scoll through and select each row a data marker appears, but that seems time intensive for a large dataset.
Is there a way to sort by data markers?
Thanks!
JP
I am not aware of being able to sort the Row State column, however, you can create a new column in the data table, declare it to be of the Modeling Type, Row State, and then use
col << copy from row state
Then you will be able to sort the new column
I am not aware of being able to sort the Row State column, however, you can create a new column in the data table, declare it to be of the Modeling Type, Row State, and then use
col << copy from row state
Then you will be able to sort the new column
@txnelson is right. A row state column is the way to go here.
There are also Row State Functions that will convert row states into numeric values and vice-versa.