Re: [R] kSamples ad.test question

2018-08-02 Thread Bert Gunter
You may get a response here, but as this is primarily a statistical question, not a question about R programming, so it is off topic here. I would suggest that you post this on stats.stackexchange.com or other statistics site instead. There is a large literature on this sort of thing . Cheers, Ber

[R] kSamples ad.test question

2018-08-02 Thread Andras Farkas via R-help
Dear All, once we run the following code, the results of the test will give us the expected obvious, samples areĀ from the common distribution... library(kSamples) u1 <- sample(rnorm(500,10,1),20,replace = TRUE) u2 <- sample(rnorm(500,10,1),20,replace = TRUE) u3 <- sample(rnorm(500,10,1),20,rep