Hello, I have a dataset with approximately 7,000 observations. There is one binary outcome variable (true/false) where about 2,000 observations have the outcome (=true). I suspect there may be combinations of the outcome positive observations which may be significant for certain variables but I have no way to know which variables in order to categorize them. I'd like to have SAS test combinations of the observations with the outcome to see which observations might be similar to each other based on the variables. Is there a way to have SAS categorize the "true" observations into smaller groups to test? I suspect this would be some sort of factorial (ex. observations 1+2, 1+3, 1+4, ... , n! where it only uses observations with the outcome of interest).
... View more