Displaying 1 result from an estimated 1 matches for "oquot".
Did you mean:
quot
2008 May 10
3
Creating Matrix
Hello,
I have two data.
x<-c(1, 2, 1, 3, 2)
y<-c(3, 1, 2, 3, 5)
1. How do i create matrix from this two.
what i want is this
x y
1 1 3
2 2 1
3 1 2
4 3 3
5 2 5
2. what is the best way to use chisq.test to get the p.value
thanks
Claire
--
View this message in context: http://www.nabble.com/Creating-Matrix-tp17168173p17168173.html
Sent from the R help mailing list