I've got a variable with psychological data (N=75) which is distributed pretty symmetrical, but has very few cases with very extreme values, more extreme to the left tail. But nevertheless this data is valid. The analysis I will do, is a simple t-test. Due to the fact that the extreme cases on the left tail influence significance, but are valid, instead of removing the extreme values (actually, removing these is considered to be too invasive), I would like to winsorize the variable, use bootstrapping to care for not totally met assumptions, do the t-test. Then afterwards I would like to do a sensitivity analysis by conducting the t-test again with un-winsorized data, so the result can be taken into account and being discussed.
Is this approach a valid and reasonable one? Or should I do it vice versa and conducting the main analysis with un-winsorized data and then the sensitivity analysis with the winsorized values?
Note: in literature, some scientists recommend dichotomizing the variable, but my colleagues said, that in our sample the values are pretty well distributed – except the few extremes.
robustbase::lmrob(y ~ 1). $\endgroup$