I have a binary variable (which takes values 0,1). I have about 100k records of it. How do I determine if it follows the binomial distribution?
(I'm bascially trying to test for normality. And, if the data is not normal, I might have to apply a transformation to get the variable into a binomial distribution.)
Hey, thank you folks for clearing this up.
This was an effort as a prelude to cluster analysis. I also understand that normality of variables is more a nice to have feature for cluster analysis and that the distance measures would be valid even otherwise. Your views?