[R] p value for joint probability

moleps moleps2 at gmail.com
Mon Jan 31 21:42:27 CET 2011


Dear all,

Given

rr<-data.frame(r1<-rnorm(1000,10,5),r2<-rnorm(1000,220,5))


How can I add a column (rr$p) for the joint probability of each r1 & r2 pair?

 I know how to add the column.. I just dont know how to compute the p value for joint probabilities given the two samples.


//M



More information about the R-help mailing list