search for: sampb

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

Did you mean: samdb
2009 Feb 23
1
Help with t.test
Hi I have managed to do a paired t-test with a data set i have 5 colums of data im dealing with GENE              SampA              SampB              SampC                   SampVehicle ctcc                   859                     na                     145                           24 gtcg                   45                         5                       54                           69 and so on but they are much larger colum...
2009 Mar 02
3
Help with Wilcoxon Test
Hi I have 2 sets of data that I want to do a Wilcoxon test on. They are of the same dimension. One has 4 zero values and the other has 5. > dim(SampA) [1] 1 10 > dim(SampV) [1] 1 10 I get the folowing error Error in wilcox.test.default(SampA, SampV, na.rm = TRUE, paired = FALSE, : 'x' must be numeric I am using the function wilcox.test(SampA, SampV, na.rm=TRUE,