Re: [R] What can I use instead of ks.test for the binomial distr

2010-03-13 Thread Ted Harding
For testing whether x comes from a binomial distribution, I would suggest just using a straight chi-squared test. I'm not aware of a version of chisq.test() in R aimed at seeing whether data match a fitted binomial (or other specific) distribution, but it is easy to construct one;

Re: [R] What can I use instead of ks.test for the binomial distr

2010-03-13 Thread Ted Harding
Sorry -- I made a complete mess of my first suggestion below: On 13-Mar-10 21:27:28, Ted Harding wrote: For testing whether x comes from a binomial distribution, I would suggest just using a straight chi-squared test. I'm not aware of a version of chisq.test() in R aimed at seeing whether