Displaying 3 results from an estimated 3 matches for "rad1".
Did you mean:
pad1
2012 Nov 12
1
reshape
Hi,
I have a R output that looks as follow:
Rad:0
Rad1:2
Rad3:3
I want to make a new matrix that looks like : sample size is 2400
Variable n11 n12
Rad 0 2400-0=2400
Rad1 2 2400-2
Rad3 3 2400-3
Thanks a lot for your time and help:)
Best,Farnoosh Sheikhi
[[alternative HTML version deleted]]
2009 Jan 23
0
high values of my response variable get chopped off of lattice dotplots
...:0.0000
1st Qu.: 9.50 item14 :14 1st Qu.:0.0000
Median :11.00 item16 :14 Median :0.0000
Mean :11.64 item1 : 0 Mean :0.6744
3rd Qu.:16.00 item2 : 0 3rd Qu.:1.0000
Max. :20.00 item3 : 0 Max. :3.0000
NA's :18.00 (Other): 0
Here are a few cases in junk
rad1 rad2 mean.barr variable value
553 11 NA NA item14 0
556 16 16 16.0 item14 2
562 NA NA NA item14 2
565 NA NA NA item14 0
568 20 20 20.0 item14 0
571 17 NA NA item14 0
574 13 11 12.0 item14...
2009 Dec 17
2
some help regarding combining columns from different files
Dear all,
Here is my code which am using to combine 5th column from different data
sets.
Here is the function to do my job
genesymbol.append.file <-NULL
gene.column <- NULL
readGeneSymbol <- function(files,genesymbol.column=5){
for(i in fnames){
temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")