@PaigeMiller wrote:
You need to actually LOOK at your data, with your own eyeballs. You can use viewtable in SAS or PROC PRINT. Look for missings. That will tell you why you are having this problem.
Or even proc freq which will indicate the number of missing values per variable.
... View more