How do I delete rows that are missing data in all columns of my dataset?
Apologies for how basic my question is, I am just starting to use JMP for the first time. I have a massive dataset (14 columns x 20,000 rows) and I am trying to write a script that will identify and delete all rows that that do not have either a 0 or 1 for a specific range of columns (columns 4-14). This dataset is from an even larger dataset, so there are some rows in my subset that are complete...
vkessler