05 October 2020 3 5K Report

I am running a glm, with a binomial distribution and a small sample size (in R using the glm function). Through forums, I have noticed that it is stated that, the p-value is a good approximate if the sample sizes are large, and that if we are dealing with small sample size, it is better to use resampling to do so. Some suggest using the function manyglm, as it calculates the p-value based on resampling by default. Is there any reference for this? Is it still ok to use manyglm for univariate analysis? Is it the same?

If not using manyglm, what techniques exist for obtaining p value by resampling?

Thanks so much for your help in advance.

Similar questions and discussions