Let's say I've collected a small number (N) of observations for a hypothesis that I'd like to test. I could use the bootstrap method to produce a sample distribution for the mean result of N observations, but I'm concerned that this model could break down when N gets very small, introducing error into the sample distribution itself.
So my question is, how can I determine what the minimum N is that I need for reasonable results; or more quantitatively, how is N tied to the sampling error as N->0?
Update: I am coming to understand that the minimum value for N will vary based on the nature of the underlying data. So, in this case what meta-observations can I make to help me determine this? I don't know the true underlying distribution, or else I wouldn't need to bootstrap.