Hi all,
I ve come across this warning ....and I don't know how to force data to execute the command rather than repeatedly showing me the warning
I am using winsor2 with 0.5th percentile and 99.5 percentile. pls see attached the warning.
Would be great if you tell me how to execute the command either way
. winsor2 stock_return , cuts(.5 99.5) replace
Warning: cuts(1 99) means winsor at 1th percentile and 99th percentile,
cuts(0.1 90) means winsor at 0.1th percentile and 90th percentile,
make sure cuts(.5 99.5) you specified is what you want.
I ve come across this warning ....and I don't know how to force data to execute the command rather than repeatedly showing me the warning
I am using winsor2 with 0.5th percentile and 99.5 percentile. pls see attached the warning.
Would be great if you tell me how to execute the command either way
. winsor2 stock_return , cuts(.5 99.5) replace
Warning: cuts(1 99) means winsor at 1th percentile and 99th percentile,
cuts(0.1 90) means winsor at 0.1th percentile and 90th percentile,
make sure cuts(.5 99.5) you specified is what you want.
Comment