Hello everybody,

I have a dataset with many years and want to use winsor2 only for the year 2011 (I do not want to drop the rest since I need them later on).
How is that possible? My code looks like this

winsor2 envcsr, suffix(_w) cuts(1 99)

Thank you very much in advance!