Using Stata 17, I have two variables (var1 and var2) with 30 entries each, and each entry categorised to A, E or N. I can run 'tabulate' fine, but if I try:
--> kap var1 var2
I get:
--> type mismatch r(109)
The variable types are str1, which looking at the manual for 'kap' seems like it should be okay? Not sure why it isn't playing ball.
--> kap var1 var2
I get:
--> type mismatch r(109)
The variable types are str1, which looking at the manual for 'kap' seems like it should be okay? Not sure why it isn't playing ball.
Comment