[R] Testing for difference of distribution of two population(newbie)

ali_protocol mohammadianalimohammadian at gmail.com
Tue Mar 27 09:15:22 CEST 2012


Dear all,

I am novice in statistics.
I have two matrices (results from my experiments), each having ~400 point. I
want to test whether the points come from a same distribution or not.
Further, I have the results for each matrix (each experiment) in 4
replicates. What should I do?

# Repeats of experiments are in different columns
exp.1 = matrix (sample (1:20,1600, replace= TRUE), 400 ,4)
exp.2 = matrix (sample (1:20,1600, replace= TRUE), 400 ,4)


Thanks in advance

--
View this message in context: http://r.789695.n4.nabble.com/Testing-for-difference-of-distribution-of-two-population-newbie-tp4508092p4508092.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list