search for: selthi

Displaying 2 results from an estimated 2 matches for "selthi".

Did you mean: sethi
2010 Sep 17
1
Converting tables to matrices
Hi there, I'm a real beginner to R. I have two tables of the following format (~1000 rows in each): Table 1 (experimental) N bp 1064 12312089 856 12312234 .... Table 2 (control) 8463 34728908 879 34443290 ..... I would like to do Fisher's exact tests comparing each row of the tables e.g. the test for row 1 would look something like this: Experimental Control
2010 Nov 24
2
Wilcoxon Rank Sum in R with a multiple testing correction
Hi there, I'm a total newbie to R. I'd like to use a Wilcoxon Rank Sum test to compare two populations of values. Further, I'd like to do this simultaneously for 114 sets of values. The two populations are C and N. The different sets of values have arbitrary names (I'll call them a, b, c etc). The set-up is as follows: a b c d .... C 2 C 3 C 5 C 9 C 4