Hi all,
When I try to winsorize my data for one of my columns using this command:
- winsor wx_patent cuts(1 99) suffix(_new) I receive an error that says: factor-variable and time-series operators not allowed. but indeed wx_patent is a 'float object' it is neither a factor variable nor a time-series operator. Also, the command works fine for all my other columns. Any idea what's going on here?
When I try to winsorize my data for one of my columns using this command:
- winsor wx_patent cuts(1 99) suffix(_new) I receive an error that says: factor-variable and time-series operators not allowed. but indeed wx_patent is a 'float object' it is neither a factor variable nor a time-series operator. Also, the command works fine for all my other columns. Any idea what's going on here?
Comment