search for: norm3

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

Did you mean: norm
2004 Nov 24
1
reshaping of data for barplot2
...arize(norm, llist(gtt,fdiab), function(norm) { n <- sum(!is.na(norm)) s <- sum(norm, na.rm=T) binconf(s, n) }, type='matrix') ) ie gtt fdiab norm.norm norm.norm2 norm.norm3 18 PL No 3.70370370 0.18997516 18.28346593 19 PL Yes 3.57142857 0.18319034 17.71219774 13 TT1 No 9.09090909 3.59221932 21.15923917 14 TT1 Yes 1.81818182 0.09326054 9.60577606 ... 10 HIGH No 26.53061224 16.21128213 40.26228897 11 HIGH Yes 10.00000000 4.66428345 2...
2011 Sep 20
3
adding labels to x,y points
Hi, I am new to R. I have a matrix that I have assigned to the object ?colon?. > colon<-read.table("c:\\alon.txt",header=T,row.names=1) attach(colon) names(colon) The dimenstions are 2000 62. Each of the 62 columns (titled norm1, norm2, norm3, etc) has 2000 different numbers (?continuous? values) within it. I have also assigned a name for each of the 2000 rows of the dataframe with a prefix (i.e. g1 ?. g2000) using the code (not sure if I did this right): > colon<-paste("g",c(1:nrow(colon)),sep="") I have pl...