Thank you for your article. My concern is more related to how SAS treats the data with format. After testing, I found out that continuous independent variable with two values 0 and 1 can produce the correct result. It is not necessary to use class statement to declare this variable is class variable. But if the continuous variable has more than 2 values and format statement is used to classify the values of variable, class statement must be used.
... View more