Hi all, I am trying to winsorize my variables at the 1st and 99th percentiles and count them.
winsor2 cgscore enscore soscore count* tresgs $control, cuts (1 99) replace
However, I am getting a type mismatch even though they're already in the same type format. Does anyone know how to solve this problem?
Thank you in advance!
winsor2 cgscore enscore soscore count* tresgs $control, cuts (1 99) replace
However, I am getting a type mismatch even though they're already in the same type format. Does anyone know how to solve this problem?
Thank you in advance!

Comment