I would like to test whether my data reasonably satisfies the normality assumption necessary to apply a t-test.
My understanding is that, to apply a t-test, the distribution itself does not need to be normally distributed as long as the mean of samples of size n
drawn from the distribution is normally distributed.
I have a sample of 200 points and I would like to test that assumption. Would it make sense to draw several samples with replacement of size, say, 30 from my larger dataset to generate a histogram?
Or would the resulting histogram be hopelessly biased towards my larger dataset? How much valid would this histogram be? Worthy of mention in a publication? Informally worthy to go ahead and run the t-test?
Thanks