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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to