I have a data set with two text variables (tvar1 & tvar2) and one numeric variable (nvar) I want to create these tables tvar2 is missing tvar2 is not missing tvar1 is missing xx xx tvar1 is not missing xx xx tvar1 is missing tvar2 is not missing nvar (values) I can't figure it out. If I run proc format; value missing_ind .='missing' other='not missing'; run; then what do I do?
... View more